Method GetChunk
GetChunk(Entity)
Gets the chunk in which the specified entity is stored.
Declaration
public ArchetypeChunk GetChunk(Entity entity)
Parameters
Type | Name | Description |
---|---|---|
Entity | entity | The entity. |
Returns
Type | Description |
---|---|
ArchetypeChunk | The chunk containing the entity. |