Struct EntityStorageInfo
Contains information about where an Entity is stored. To retrieve this information, use EntityStorageInfoLookup.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public struct EntityStorageInfo
  Fields
| Name | Description | 
|---|---|
| Chunk | The chunk containing the specified Entity.  | 
      
| IndexInChunk | The index of the specified Entity within the entities in Chunk.  |