entityGroupExists
ECSInterface::entityGroupExists
Checks if an Entity Group exists.
Declaration
virtual bool entityGroupExists(const std::string& entityGroupName) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
entityGroupName |
const std::string& |
The Entity Group to check the existence of. |
Returns
true
if at least one Entity is in the Entity Group, else, returns false
.