StateVisualizerInspector 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.
Custom inspector for the StateVisualizer component
C#
[UnityEditor.CanEditMultipleObjects]
[UnityEditor.CustomEditor(typeof(MixedReality.Toolkit.UX.StateVisualizer))]
public class StateVisualizerInspector : UnityEditor.Editor
[<UnityEditor.CanEditMultipleObjects>]
[<UnityEditor.CustomEditor(typeof(MixedReality.Toolkit.UX.StateVisualizer))>]
type StateVisualizerInspector = class
inherit Editor
Public Class StateVisualizerInspector
Inherits Editor
- Inheritance
-
UnityEditor.EditorStateVisualizerInspector
- Attributes
-
UnityEditor.CanEditMultipleObjectsAttribute UnityEditor.CustomEditorAttribute
On |
A Unity event function that is called when the script component has been enabled. |
On |
Called by the Unity editor to render custom inspector UI for this component. |
Proizvod | Verzije |
---|---|
MRTK3 UX Core | 3.0, 3.1, 3.2 |