scale property

Vector3 scale
final

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

Implementation

final Vector3 scale = Vector3(1.0, 1.0, 1.0);