PhysicsBodyComponent.IsSimulationEnabledDirty Property
Definition¶
Namespace: Brine2D.ECS.Components
Set when IsSimulationEnabled changes on a live body so the physics system can flush contact/sensor pair state and fire exit events on the next tick.
internal bool IsSimulationEnabledDirty { internal get; internal set; }