PhysicsBodyComponent.IsFilterDirty Property
Definition¶
Namespace: Brine2D.ECS.Components
Set by the physics system when only the collision filter (layer/mask) has changed on a
live body. The system applies a lightweight B2.ShapeSetFilter call instead of a
full body rebuild, preserving velocity and sleeping state.
internal bool IsFilterDirty { internal get; internal set; }