[]
Determines whether this collection contains the specified InputComponent.
public bool Contains(InputComponent component)
| Type | Name | Description |
|---|---|---|
| InputComponent | component |
| Type | Description |
|---|---|
| bool |
Determines whether this collection contains an InputComponent with the specified name.
public bool Contains(string name)
| Type | Name | Description |
|---|---|---|
| string | name |
| Type | Description |
|---|---|
| bool |