Constructs a new sphere slider.
Parent handle that is responsible for the slider lifetime.
Radius of the collider sphere.
The Layer that allows filtering of which sliders are interacted with from a specific camera.
OptionalfixedScale: booleanIf true the interactive gizmo will always try to maintain the same visible area in the viewport regardless of distance from camera.
OptionalisInternalConstructor: booleanDetermines if custom drawing is enabled. This allows the user to draw custom gizmos for the slider in the Draw method of
the parent InteractiveGizmo. If custom drawing is enabled, the built in visual representation for the slider will
not be drawn.
Determines if the slider is being drawn as wireframe mesh instead of solid.
Enables or disables the slider, making it interactable or not.
Returns if fixed scale is enabled. If enabled the interactive gizmo will always try to maintain the same visible area in the viewport regardless of distance from camera.
Sets the world rotation of the slider.
Returns the state the slider is currently in.
Interactive gizmo represented by a sphere collider. The slider allow dragging on the plane most orhtogonal to the camera view direction.