[]
        
(Showing Draft Content)

C1.C1Preview.RenderInputBase.InputActions

InputActions Property

InputActions

Gets the collection of InputAction objects describing the pairs of supported user actions and handlers associated with those actions.

Declaration
[C1TypeSerialization(C1TypeSerializationEnum.Content)]
public InputActionCollection InputActions { get; }
Remarks

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.