scale (getter)

Returns the list of scale components of the control.

Signatures

  •   GUIControls.TransformGizmo.scale

Details

The getter accessor that returns the list of current scale components of the control's transformation matrices.

Example

 const scale = GUIControls.TransformGizmo.scale;
 

Return value

List of of type [, , ].