Transform
Update a property of one entity's 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 2 dimensions: 4x4, with datatype declared as Tensor.DataType.FLOAT32, Tensor.DataType.FLOAT64, Tensor.DataType.Image.R_FLOAT, Tensor.DataType.Image.R_FLOAT_DYNAMIC or Tensor.DataType.Image.R_DOUBLE.
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: