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