[]
Returns the index of the specified element in the current collection.
public int IndexOf(InputAction inputAction)
| 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. |