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

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[XmlElementAttribute]
public InputActionCollection InputActions { get; }
Visual Basic
<XmlElementAttribute> _
Public ReadOnly Property InputActions As InputActionCollection
	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.

See Also