entityExists
ECSInterface::entityExists
Checks if an Entity exists.
Declaration
virtual bool entityExists(Entity entity) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
entity |
The Entity to check the existence of. |
Returns
true
if the Entity exists, else, returns false
.