Position
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:
A multi-dimensional tensor of 1 channel and 2 dimensions:
1x3or3x1,A multi-dimensional tensor of 3 channels and all dimensions must be
1,A Point3 array of size 1,
A scalar array of size 3.
The datatype of the data tensor must be Tensor.DataType.FLOAT32 or Tensor.DataType.FLOAT64.