Skip to content

Entity.PoolsCleared Property

Definition

Namespace: Brine2D.ECS

True after OnDestroy() has removed this entity's components from all pools. Used by EntityWorld to skip the redundant safety-net cleanup pass.

internal bool PoolsCleared { internal get; private set; }

Property Value

System.Boolean