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. |