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