mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class KeyBindingPopupWindow

    Utility window that listens to input events to set a key binding. Pressing a key or mouse button will define the binding and then immediately close the popup.

    Inheritance
    Object
    KeyBindingPopupWindow
    Implements
    EditorWindow
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class KeyBindingPopupWindow : EditorWindow, EditorWindow
    Remarks

    The shift keys don't raise input events on their own, so this popup does not work for shift keys. These have to be bound by selecting from the traditional dropdown list.

    Methods

    Show(SerializedProperty)

    Create a new popup.

    Declaration
    public static void Show(SerializedProperty keyBinding)
    Parameters
    Type Name Description
    SerializedProperty keyBinding

    Show(SerializedProperty)

    Create a new popup.

    Declaration
    public static void Show(SerializedProperty keyBinding)
    Parameters
    Type Name Description
    SerializedProperty keyBinding

    Implements

    EditorWindow
    In This Article
    • Methods
      • Show(SerializedProperty)
      • Show(SerializedProperty)
    • Implements
    Back to top Generated by DocFX