Constructor EntityQueryBuilder
EntityQueryBuilder(AllocatorHandle)
Create an entity query description builder.
Declaration
public EntityQueryBuilder(AllocatorManager.AllocatorHandle allocator)
Parameters
Type | Name | Description |
---|---|---|
AllocatorManager.AllocatorHandle | allocator | The allocator used to allocate the builder's arrays. Typically Allocator.Temp. |
Remarks
It is safe to use Allocator.Temp for all EntityQueryBuilders. Since they are a ref struct, their lifetime is limited to the current frame.