Table of Contents

Enum MassInertiaUpdateMode

Namespace
Jitter2.Dynamics
Assembly
Jitter2.dll

Specifies whether a shape add/remove operation recomputes the body's mass and inertia.

public enum MassInertiaUpdateMode

Fields

Preserve = 1

Keep the current mass and inertia unchanged.

Update = 0

Recompute mass and inertia from the currently attached shapes.