Method GetEntityInfo
GetEntityInfo(Entity)
Creates a string with the information about a given entity including the entity's version, index, and archetype.
Declaration
public string GetEntityInfo(Entity entity)Parameters
| Type | Name | Description | 
|---|---|---|
| Entity | entity | The entity to get the information about | 
Returns
| Type | Description | 
|---|---|
| string | The string with the entity's information |