Click or drag to resize

InputAction Properties

The InputAction type exposes the following members.

Properties
 NameDescription
Public propertybehaviorId The Input Behavior Id assigned to this Action.
Public propertycategoryId The Action Category Id this Action belongs to.
Public propertydescriptiveName The descripive name. This can be shown to users. The returned value will be localized if localization is in use.
Public propertyid The id.
Public propertyname The scripting name of the action. Use descriptiveName instead for the localizable display name.
Public propertynegativeDescriptiveName The negative descriptive name. This can be shown to users. If no negative name was defined, descriptiveName will be returned with a - suffix appended. The returned value will be localized if localization is in use.
Public propertypositiveDescriptiveName The positive descriptive name. This can be shown to users. If no positive name was defined, descriptiveName will be returned with a + suffix appended. The returned value will be localized if localization is in use.
Public propertytype The InputActionType.
Public propertyuserAssignable Determines whether the Action will appear in certain lists such as in a control remapping UI. Note: This value is not used in the conflict checking system and has no impact on whether an Action is protected from reassignment.
Top
See Also