Method GetEntityQueryDesc
GetEntityQueryDesc()
Obsolete. Use Get
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 |
---|---|
Entity |
The first element of the query's list of descriptions. |