Returns whether the current World has a component of type T.
It has nothing to do whether or not the current World instance has an Entity with a component of type T.
public bool Has<T>();
T
The type of the component.
System.Boolean
true if the World has a component of type T; otherwise, false.