rotation property

Vector3 rotation
final

The local rotation 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 rotation = Vector3(0.0, 0.0, 0.0);