PhysicsBodyComponent.IsSubShapeGeometryDirty Property
Definition¶
Namespace: Brine2D.ECS.Components
Set when UpdateDefinition(ShapeDefinition) is called with a same-type shape on a live
body. The system calls B2.ShapeSet* instead of a full rebuild, preserving contacts,
velocity, and sleeping state. A type-changing update marks Brine2D.ECS.Components.PhysicsBodyComponent.IsDirty instead.
internal bool IsSubShapeGeometryDirty { internal get; internal set; }