Transform
Update a property of one entity's com.pico.spatial.core.ecs.TransformComponent.
Parameters
the name of the property.
Inheritors
Types
Update the local matrix property of one entity's transform. If this property is used as the Pipeline.updateSceneGraphProperty's targetProperty parameter, the data tensor parameter must be: a multi-dimensional tensor of 1-channel and 2 dimensions: 4x4, with datatype declared as Tensor.DataType.FLOAT32 or Tensor.DataType.FLOAT64.
Update the position property of one entity's transform. If this property is used as the Pipeline.updateSceneGraphProperty's targetProperty parameter, the data tensor parameter must be:
Update the rotation property of one entity's transform. If this property is used as the Pipeline.updateSceneGraphProperty's targetProperty parameter, the data tensor parameter must be:
Update the scale property of one entity's transform. If this property is used as the Pipeline.updateSceneGraphProperty's targetProperty parameter, the data tensor parameter must be: