Genesis.
In some cases, removing a component from an entity can be a vital task.
An example is when using some components as tags to apply certain effects, a user may need to insert/remove components at any given time.
Description.
The World should have a method to remove a component from an entity.
Solution(s).
Add a method World.remove() which takes in the types of components to remove from the entity.
More information.
N/A
Genesis.
In some cases, removing a component from an entity can be a vital task.
An example is when using some components as tags to apply certain effects, a user may need to insert/remove components at any given time.
Description.
The
Worldshould have a method to remove a component from an entity.Solution(s).
Add a method
World.remove()which takes in the types of components to remove from the entity.More information.
N/A