Constructor EntityQueryDescBuilder
EntityQueryDescBuilder(Allocator)
Create an entity query description builder
Declaration
public EntityQueryDescBuilder(Allocator a)
Parameters
Type | Name | Description |
---|---|---|
Allocator | a | The allocator where the builder allocates its arrays. Typically Allocator.Temp. |