Entity.unregister

Unregister a component C from an entity.

struct Entity
void
unregister
(
C
)
()

Throws

EntityException if the entity is invalid. ComponentException if the component is not registered.

Meta