[]
Represents a collection of InputAction objects.
public class InputActionCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
InputActionCollection() |
Name | Description |
---|---|
this[int] | Gets or sets the element at the specified index. |
Name | Description |
---|---|
Add(InputAction) | Adds an element to the current collection. |
Add(UserActionEnum, ActionHandlerBase) | Creates a new InputAction instance based on the specified user action and handler, and adds it to the current collection. |
IndexOf(InputAction) | Returns the index of the specified element in the current collection. |
Insert(int, InputAction) | Inserts an element into the current collection. |
Remove(InputAction) | Removes an element from the current collection. |