Entity.has

Does the entity have a component of a particular type.

@param componentClass The class of the component sought. @return true if the entity has a component of the type, false if not.

  1. bool has()
    class Entity
    bool
    has
    (
    T
    )
    ()
  2. bool has(ClassInfo class_a)

Meta