position property

Vector3 position
final

The local position of this object relative to the parent. Default is Vector3(0.0, 0.0, 0.0). updateTransform after you change the value.

Implementation

final Vector3 position = Vector3(0.0, 0.0, 0.0);