Skip to content

Entity.IsActive Property

Definition

Namespace: Brine2D.ECS

Indicates whether this entity is active in the world. Inactive entities are skipped by the ECS processing and excluded from queries. Set this to false to deactivate the entity without destroying it.

public bool IsActive { get; set; }

Property Value

System.Boolean