Go to the source code of this file.
◆ EOverrideMassProperties
Enum used in BodyCreationSettings to indicate how mass and inertia should be calculated.
Enumerator |
---|
CalculateMassAndInertia | Tells the system to calculate the mass and inertia based on density.
|
CalculateInertia | Tells the system to take the mass from mMassPropertiesOverride and to calculate the inertia based on density of the shapes and to scale it to the provided mass.
|
MassAndInertiaProvided | Tells the system to take the mass and inertia from mMassPropertiesOverride.
|