Gets whether the current Entity component of type T is enabled or not.
public bool IsEnabled<T>();
T
The type of the component.
System.Boolean
true if the Entity has a component of type T enabled; otherwise, false.
Gets whether the current Entity component of type T is enabled or not.
public bool IsEnabled<T>();
T
The type of the component.
System.Boolean
true if the Entity has a component of type T enabled; otherwise, false.