docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class InputControlPicker

    A popup that allows picking input controls graphically.

    Inheritance
    object
    InputControlPicker
    Implements
    IDisposable
    Namespace: UnityEngine.InputSystem.Editor
    Assembly: Unity.InputSystem.dll
    Syntax
    public sealed class InputControlPicker : IDisposable

    Constructors

    InputControlPicker(Mode, Action<string>, InputControlPickerState)

    Declaration
    public InputControlPicker(InputControlPicker.Mode mode, Action<string> onPick, InputControlPickerState state)
    Parameters
    Type Name Description
    InputControlPicker.Mode mode
    Action<string> onPick
    InputControlPickerState state

    Properties

    state

    Declaration
    public InputControlPickerState state { get; }
    Property Value
    Type Description
    InputControlPickerState

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Show(Rect)

    Declaration
    public void Show(Rect rect)
    Parameters
    Type Name Description
    Rect rect

    Implements

    IDisposable
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)