Class SceneObjectInteractiveGizmoAbstract

Base class for a handle manager.

Hierarchy (view full)

Constructors

Properties

_activeSelectionPivotOffset: Vector3

The offset of the pivot of the current selection.

Accessors

  • get isEnabled(): boolean
  • Determines the active state of the gizmo. If disabled, the gizmo will not render or receive input.

    Returns boolean

Methods

  • Destroy the interactive gizmo and registered slider gizmos.

    Returns void

  • Disable the handle manager and it's handles.

    Returns any

  • Virtual

    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.

    Parameters

    Returns any

  • Virtual

    Called every frame before interactive gizmo input is processed. Allows interactive gizmo transforms to be updated before input.

    Parameters

    Returns any

  • Set the current selection.

    Parameters

    Returns any