scale property

Vector3 scale
final

Local scaling of the mesh. Use .setScale() to set it.

Implementation

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