Protected Readonly_Protected Readonly_Protected Readonly_Protected Readonly_Protected Readonly_Static ReadonlyaxesStatic ReadonlyaxisStatic ReadonlyaxisStatic ReadonlyaxisStaticdrawDetermines if the axis selector spheres should be drawn.
Static ReadonlyenableStatic ReadonlyviewDetermines the active state of the gizmo. If disabled, the gizmo will not render or receive input.
Destroy the interactive gizmo and registered slider gizmos.
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.
The ViewportViewSphereInteractiveGizmo implements an InteractiveGizmo that draws a view sphere that display the orientation of the scene camera.