Returns the value of the parameter 'hasParent' of the control.

Signatures

  •   GUIControls.TransformGizmo.hasParent

hasParent (getter)

Details

The getter accessor that returns the value of the parameter 'hasParent' of the control. If the value is true, the gizmo control is the child instance of some other gizmo, and it's transformation matrix will be represented in the world system of coordinates.

Example

 const hasParent = GUIControls.TransformGizmo.hasParent;
 

Return value

.