Skip to content

Entity.SetActiveWithoutNotification(bool) Method

Definition

Namespace: Brine2D.ECS

Sets IsActive without notifying the world. Used during entity destruction to avoid O(n × q) redundant query invalidations that will be superseded by pool removal.

internal void SetActiveWithoutNotification(bool value);

Parameters

value System.Boolean