OptionalisInternalConstructor: booleanSet the settings.
Gets the list of registered gizmo types.
Use setGizmosEnabled to control whether a gizmo is available for instancing.
Clears the currently selected/active interactive gizmo for the specified camera.
Order the gizmo drawing system to draw the current scene.
Gets the current gizmo for the specified component. If the component has no active gizmo, null is returned.
Is any interactive gizmo selected/active on the specified camera.
Notifies this SceneGizmos of a mouse event. Creates a corresponding InteractiveGizmoEvent that is sent to
the InteractiveGizmoManager of this SceneGizmos.
The event that occurred.
Mouse position in texture space of the viewport
True, if the event was handled
Sets the state of the specified gizmoClasses.
The SceneGizmos renders gizmos that use the drawGizmo method decorator for the specified Camera.
All decorated methods that are known by the editor will automatically become available. Unlike SceneInteractiveGizmos, the gizmos are passive and only draw extension within the editor.