Entity.IsEnabled_T_().md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.Entity

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.

Contents

  1. 0.1DefaultEcs.Entity
  2. 1Entity.IsEnabled() Method