docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum InputSettings.InputActionPropertyDrawerMode

    Determines how the Inspector window displays InputActionProperty fields.

    Namespace: UnityEngine.InputSystem
    Assembly: Unity.InputSystem.dll
    Syntax
    public enum InputSettings.InputActionPropertyDrawerMode

    Fields

    Name Description
    Compact

    Display the property in a compact format, using a minimal number of lines. Toggling between a reference to an input action in an asset and a directly serialized input action is done using a dropdown menu.

    MultilineBoth

    Display both the input action and external reference underlying the property. Toggling between a reference to an input action in an asset and a directly serialized input action is done using a property that is always visible.

    MultilineEffective

    Display the effective action underlying the property, using multiple lines. Toggling between a reference to an input action in an asset and a directly serialized input action is done using a property that is always visible.

    See Also
    inputActionPropertyDrawerMode
    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)