[]
Returns the index of the specified element in the current collection.
public int IndexOf(InputAction inputAction)
Public Function IndexOf(inputAction As InputAction) As Integer
| Type | Name | Description |
|---|---|---|
| InputAction | inputAction | The element to return the index of. |
| Type | Description |
|---|---|
| int | The index of the specified element in the current collection. |