Method Build
Build()
Get or create an EntityQuery matching the query description(s).
Declaration
public EntityQuery Build()
Returns
| Type | Description |
|---|---|
| EntityQuery | The query |
Remarks
If an EntityQuery in the containing system's existing cache
matches the defined query, it gets retrieved. Otherwise, a new EntityQuery is created and then added to the containing system's cache.