Entity.remove

Removes a component

It's recomended to always use this function, as it will do the 'hard work' for you

  1. void remove(string id)
  2. void remove()
    class Entity
    @safe pure
    void
    remove
    ()
    ()

Examples

e.remove!Foo;

Meta