BaseInteractiveElementInspector Class

Definition

Custom inspector for the BaseInteractiveElement class.

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

Constructors

BaseInteractiveElementInspector()

Methods

OnEnable()
OnInspectorGUI()

Applies to