Method GetStorageInfo
GetStorageInfo(Entity)
Gets a struct containing information about the archetype in which an entity is stored.
Declaration
public EntityStorageInfo GetStorageInfo(Entity entity)
Parameters
Type | Name | Description |
---|---|---|
Entity | entity | The entity being queried for storage information. |
Returns
Type | Description |
---|---|
EntityStorageInfo | Information about the storage of the target entity. |