removeComponent<T extends Component> method
Remove the component with type T
from an entity
.
Implementation
void removeComponent<T extends Component>(int entity) =>
world.removeComponent<T>(entity);
Remove the component with type T
from an entity
.
void removeComponent<T extends Component>(int entity) =>
world.removeComponent<T>(entity);