Method IsQueryValid
IsQueryValid(EntityQuery)
Check if an entity query is still valid
Declaration
public bool IsQueryValid(EntityQuery query)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityQuery | query |
Returns
| Type | Description |
|---|---|
| Boolean | Return true if the specified query handle is still valid (and can be disposed) |