Protected Readonly_The offset of the pivot of the current selection.
Protected_The current position of the pivot.
Protected Readonly_Protected_Protected_The move handle used to drag the pivot.
Protected_The selected scene object.
Protected_The selected scene object
Determines the active state of the gizmo. If disabled, the gizmo will not render or receive input.
The move handle used to drag the pivot.
Destroy the interactive gizmo and registered slider gizmos.
Disable the handle manager and it's handles.
AbstractdrawVirtual
Called every frame after postInput. Allows interactive gizmo graphics to be drawn. This is the only method that draw methods may be called
Draws all child slider gizmos registered to this gizmo.
AbstractpostVirtual
Called every frame after interactive gizmo input is processed. Active interactive gizmos will now contain values and signals if and how much they were dragged.
AbstractpreVirtual
Called every frame before interactive gizmo input is processed. Allows interactive gizmo transforms to be updated before input.
Manages the handle to reposition the pivot of selected scene objects.