Input Action Manager
This component automatically enables or disables all the inputs of type InputAction
in a list of assets of type InputActionAsset
.
The Input Action Manager is a convenient way to enable actions that you use in a scene. (Input actions must be enabled before they can be used.) You can also use this component to turn sets of actions on or off depending on context. Refer to Enabling actions for more information about how to turn input actions on or off.
Property | Description |
---|---|
Action Assets | The InputActionAsset s this component automatically enables and disables in response to OnEnable and OnDisable from MonoBehaviour . |