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 rewindable allocators, and the two allocators are switched in each world update. Therefore user cannot cache the world update allocator.