Property MassProperties
MassProperties
Gets the mass properties calculated based on the AABB of the mesh. This is a rough approximation, but only makes a difference in the case of dynamic meshes, which shouldn't be used a lot for performance reasons.
Declaration
public MassProperties MassProperties { get; }
Property Value
Type | Description |
---|---|
MassProperties | The mass properties. |