Skip to content

PhysicsBodyComponent.IsBodyTypeDirty Property

Definition

Namespace: Brine2D.ECS.Components

Set by the physics system when only BodyType has changed on a live body. The system calls B2.BodySetType instead of a full rebuild, preserving position, velocity, and all attached shapes.

internal bool IsBodyTypeDirty { internal get; internal set; }

Property Value

System.Boolean