[]
Gets or sets the InputComponent at the specified position in the collection.
public InputComponent this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index | Index of the item. |
Type | Description |
---|---|
InputComponent | The InputComponent at the specified |
Gets the first InputComponent with the specified name in the collection.
public InputComponent this[string name] { get; }
Type | Name | Description |
---|---|---|
string | name |