ECSInterface
Functions
Name |
Description |
---|---|
Creates a new Entity. |
|
Destroys an Entity. |
|
Destroys all Entities. |
|
Destroys all Entities not marked as persistent. |
|
Checks if an Entity exists. |
|
Sets a name to an Entity. |
|
Checks if an Entity has a name. |
|
Returns the name of the Entity. |
|
Returns the Entity associated with the name. |
|
Marks or unmarks the Entity as persistent. |
|
Checks if an Entity is persistent. |
|
Adds an Entity to an Entity Group. |
|
Removes an Entity from an Entity Group. |
|
Checks if an Entity Group exists. |
|
Checks if an Entity is in an Entity Group. |
|
Returns the Entities in an Entity Group. |
|
Returns the Entity Groups of an Entity. |
|
Returns a Component’s identifier. |