Method IsMatch
IsMatch(GameObject)
Check if the GameObject matches the filter
Declaration
public bool IsMatch(GameObject gameObject)
Parameters
Type | Name | Description |
---|---|---|
GameObject | gameObject | The GameObject to check |
Returns
Type | Description |
---|---|
bool | True if the GameObject matches the filter, false otherwise |