[]
Determines the index of a specific InputComponent in the collection.
public int IndexOf(InputComponent component)
Type | Name | Description |
---|---|---|
InputComponent | component |
Type | Description |
---|---|
int |
Determines index of the first InputComponent with the specified name in the collection.
public int IndexOf(string name)
Type | Name | Description |
---|---|---|
string | name |
Type | Description |
---|---|
int |