Table of Contents

Property UpdateBodyMass

Namespace
Box3D
Assembly
Box3D.NET.dll

UpdateBodyMass

Gets a value indicating whether the body recomputes its mass when this shape is attached.

public bool UpdateBodyMass { get; init; }

Property Value

bool

Remarks

Leave this on unless you are attaching many shapes at once, in which case turn it off and call Box3D.Body.RecomputeMass once at the end.