Entity.unregister

Unregister a component C from an entity.

struct Entity
void
unregister
(
C
)
()

Parameters

C

Component to unregister.

Throws

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

Meta