removeEntityFromEntityGroup

ECS::removeEntityFromEntityGroup

Removes an Entity from an Entity Group.

Declaration

void removeEntityFromEntityGroup(Entity entity, const std::string& entityGroupName);

Parameters

Name

Type

Description

entity

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.