[]
Inserts an element into the current collection.
public void Insert(int index, InputAction inputAction)
Public Sub Insert(index As Integer, inputAction As InputAction)
| Type | Name | Description |
|---|---|---|
| int | index | The index where to insert the element. |
| InputAction | inputAction | The element to insert. |