[]
Removes the first occurrence of the specified InputComponent from the collection.
public void Remove(InputComponent component)
Type | Name | Description |
---|---|---|
InputComponent | component |
Removes the first occurrence of the InputComponent with the specified name from the collection.
public void Remove(string name)
Type | Name | Description |
---|---|---|
string | name |