[]
Gets the collection of InputAction objects describing the pairs of supported user actions and handlers associated with those actions.
[C1TypeSerialization(C1TypeSerializationEnum.Content)]
public InputActionCollection InputActions { get; }
This property always returns a non-null input actions' collection, initializing it if it has not been initialized yet. Use HasInputActions to test whether there are any input actions without initializing InputActions.