EntityManager.removeComponent

Remove a component from the entity (no effects if it is not present).

class EntityManager
pure nothrow @safe
void
removeComponent
(
C
)
()
out { assert (!hasComponent!C(id)); }

Meta