OptionalisInternalConstructor: booleanSet the settings.
Gets the list of registered gizmo types.
Use setGizmosEnabled to control whether a gizmo is available for instancing.
Gets the current gizmo for the specified component. If the component has no active gizmo, null is returned.
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
Register a gizmo.
The gizmo to register.
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.