Enum MassInertiaUpdateMode
Specifies whether a shape add/remove operation recomputes the body's mass and inertia.
public enum MassInertiaUpdateMode
Fields
Preserve = 1Keep the current mass and inertia unchanged.
Update = 0Recompute mass and inertia from the currently attached shapes.