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