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