Struct ChunkHeader
Wrapper around the header data for a specific chunk
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public struct ChunkHeader : ICleanupComponentData, IComponentData, IQueryTypeParameter
  Fields
| Name | Description | 
|---|---|
| ArchetypeChunk | Summary of the current chunk.  | 
      
Properties
| Name | Description | 
|---|---|
| Null | Constructs a ChunkHeader representing an empty chunk.  |