Returns whether the current Entity has a component of type T.
public bool Has<T>();
T
The type of the component.
System.Boolean
true if the Entity has a component of type T; otherwise, false.
Returns whether the current Entity has a component of type T.
public bool Has<T>();
T
The type of the component.
System.Boolean
true if the Entity has a component of type T; otherwise, false.