getRotationAtIndex

Returns the value of the rotation component of the control at index.

Signatures

  •   GUIControls.TransformGizmo.getRotationAtIndex

Details

The function returns the value of the rotation component of the control at a given index.

Example

 const rotation = GUIControls.TransformGizmo.getRotationAtIndex();
 

Parameters

idx

Index of the parameter value list. If the open parameter is a single value, the index is defaulted to 0.

Return value

Matrix44