[]
Gets or sets the element at the specified index.
public InputAction this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index | The index in the current collection. |
| Type | Description |
|---|---|
| InputAction | The element at the specified index. |