Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 842 Bytes

Entity.IsEnabled_T_().md

File metadata and controls

21 lines (14 loc) · 842 Bytes

Entity.IsEnabled() Method

Gets whether the current Entity component of type T is enabled or not.

public bool IsEnabled<T>();

Type parameters

T

The type of the component.

Returns

System.Boolean
true if the Entity has a component of type T enabled; otherwise, false.