Method GetEntityQueryDesc
GetEntityQueryDesc()
Obsolete. Use GetEntityQueryDescs() instead.
Declaration
[ExcludeFromBurstCompatTesting("Returns class")]
[Obsolete("A query can have multiple descriptions; this method only returns the first one. Use GetEntityQueryDescs() to return them all. (RemovedAfter Entities 2.0)", false)]
public EntityQueryDesc GetEntityQueryDesc()
Returns
Type | Description |
---|---|
EntityQueryDesc | The first element of the query's list of descriptions. |