SliderInspector Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A custom Unity editor for the Slider class.
[UnityEditor.CustomEditor(typeof(MixedReality.Toolkit.UX.Slider), true)]
public class SliderInspector : MixedReality.Toolkit.Editor.StatefulInteractableEditor
[UnityEditor.CustomEditor(typeof(MixedReality.Toolkit.UX.Slider), true)]
[UnityEditor.CanEditMultipleObjects]
public class SliderInspector : MixedReality.Toolkit.Editor.StatefulInteractableEditor
[<UnityEditor.CustomEditor(typeof(MixedReality.Toolkit.UX.Slider), true)>]
type SliderInspector = class
inherit StatefulInteractableEditor
[<UnityEditor.CustomEditor(typeof(MixedReality.Toolkit.UX.Slider), true)>]
[<UnityEditor.CanEditMultipleObjects>]
type SliderInspector = class
inherit StatefulInteractableEditor
Public Class SliderInspector
Inherits StatefulInteractableEditor
- Inheritance
-
UnityEditor.XR.Interaction.Toolkit.XRBaseInteractableEditorSliderInspector
- Attributes
-
UnityEditor.CustomEditorAttribute UnityEditor.CanEditMultipleObjectsAttribute
Draw |
(Inherited from BaseInteractableEditor) |
Draw |
Draw the serialized flags fields from the StatefulInteractable object. (Inherited from StatefulInteractableEditor) |
Draw |
UnityEditor.XR.Interaction.Toolkit.XRBaseInteractableEditor.DrawProperties |
Draw |
Overload to DrawProperties() to allow subclasses to specify whether they'd like to show toggle-related properties. (Inherited from StatefulInteractableEditor) |
Draw |
Draw a TimedFlag field. (Inherited from BaseInteractableEditor) |
Get |
(Inherited from BaseInteractableEditor) |
On |
A Unity event function that is called when the script component has been enabled. (Inherited from StatefulInteractableEditor) |
Set |
Sets up a serialized property based on the name of the auto property with an implicitly defined backing serialized field. (Inherited from BaseInteractableEditor) |
Set |
Sets up a serialized property based on the name of the backing serialized field. (Inherited from BaseInteractableEditor) |
Product | Versions |
---|---|
MRTK3 UX Core | 3.0, 3.1, 3.2 |