Field Chunk
The chunk containing the specified Entity.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public ArchetypeChunk Chunk
Returns
Type | Description |
---|---|
ArchetypeChunk |
Remarks
Users should be extremely careful when accessing this field from job code. Specifically, multiple threads must not modify the same ArchetypeChunk. The type is not thread-safe, and parallel writes will result in race conditions and unpredictable behavior.