removeEntityFromEntityGroup
ECSInterface::removeEntityFromEntityGroup
Removes an Entity from an Entity Group.
Declaration
virtual void removeEntityFromEntityGroup(Entity entity, const std::string& entityGroupName) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
entity |
The Entity to remove from the Entity Group. |
|
entityGroupName |
const std::string& |
The name of the Entity Group to remove the Entity from. |
Returns
None.