Method GetEntityQueryDescs
GetEntityQueryDescs()
Reconstructs the query descriptions used to create this EntityQuery.
The query matches an archetype if it meets the criteria of at least one of these query descriptions. This method is mainly intended for reflection.
Declaration
[ExcludeFromBurstCompatTesting("Returns managed array of classes")]
public EntityQueryDesc[] GetEntityQueryDescs()
Returns
Type | Description |
---|---|
EntityQueryDesc[] | An array of query descriptions for this query. |