EntityManager.detach

Detach

Removes an entity from the world's scope if it exists

class EntityManager
@safe pure
void
detach

Examples

world.entity.detach(e);

Meta