Property WorldUpdateAllocator
WorldUpdateAllocator
Retrieve the world update allocator of the World in which this system exists.
Declaration
public Allocator WorldUpdateAllocator { get; }
Property Value
| Type | Description |
|---|---|
| Allocator | The Allocator retrieved. |
Remarks
Behind the world update allocator are double reewindable allocators, and the two allocators are switched in each world update. Therefore user cannot cache the world update allocator.