Transform

Update a property of one entity's com.pico.spatial.core.ecs.TransformComponent.

Parameters

property

the name of the property.

Inheritors

Types

Link copied to clipboard

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.

Link copied to clipboard

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:

Link copied to clipboard

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:

Link copied to clipboard

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: