CompressableButtonInspector Class

Definition

Inspector for CompressableButton, includes the logic for the plane distance setting editor tool which allows for modification of the Start Push Distance, Max Push Distance, Press Distance and Release Distance.

Note: This is the inspector for PressableButtonHoloLens2.

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

Constructors

CompressableButtonInspector()

Methods

OnEnable()
OnInspectorGUI()

Applies to