'Declaration Public Overloads Function Add( _ ByVal inputAction As InputAction _ ) As Integer
public int Add( InputAction inputAction )
Parameters
- inputAction
 - The InputAction to add.
 
Return Value
The index of the added element in the current collection.