KeyBindingInspector Class
Definition
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.
Inspector for KeyBindings. This shows a simple dropdown list for selecting a binding, as well as a button for binding keys by pressing them.
public ref class KeyBindingInspector : UnityEditor::PropertyDrawer
[UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.Input.KeyBinding))]
public class KeyBindingInspector : UnityEditor.PropertyDrawer
[<UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.Input.KeyBinding))>]
type KeyBindingInspector = class
inherit PropertyDrawer
Public Class KeyBindingInspector
Inherits PropertyDrawer
- Inheritance
-
UnityEditor.PropertyDrawerKeyBindingInspector
- Attributes
-
UnityEditor.CustomPropertyDrawerAttribute
Constructors
KeyBindingInspector() |
Methods
OnGUI(Rect, SerializedProperty, GUIContent) |