Entity.RemoveComponent

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool RemoveComponent(T component)
    class Entity
    bool
    RemoveComponent
    (
    T
    )
    if (
    !is(T == Component)
    )
  2. bool RemoveComponent(Component component)

Meta