Method GetActionIsActive
GetActionIsActive(InputAction)
Return the active state of the given action
Declaration
public static bool GetActionIsActive(InputAction inputAction)
Parameters
| Type | Name | Description |
|---|---|---|
| InputAction | inputAction | Input Action |
Returns
| Type | Description |
|---|---|
| bool | True if the given action has any bindings that are active |