InteractiveElementInspector Class

Definition

Custom inspector for an InteractiveElement.

public ref class InteractiveElementInspector : Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::Editor::BaseInteractiveElementInspector
[UnityEditor.CustomEditor(typeof(Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.InteractiveElement))]
public class InteractiveElementInspector : Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.Editor.BaseInteractiveElementInspector
[<UnityEditor.CustomEditor(typeof(Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.InteractiveElement))>]
type InteractiveElementInspector = class
    inherit BaseInteractiveElementInspector
Public Class InteractiveElementInspector
Inherits BaseInteractiveElementInspector
Inheritance
UnityEditor.Editor
InteractiveElementInspector
Attributes
UnityEditor.CustomEditorAttribute

Constructors

InteractiveElementInspector()

Methods

OnEnable() (Inherited from BaseInteractiveElementInspector)
OnInspectorGUI() (Inherited from BaseInteractiveElementInspector)

Applies to