Editor enumeration used to specify how the moment of inertia of a @ChipmunkBody@ should be calculated.
CalculateFromShapes | Calculate the moment of inertia from the shapes attached to the body (default). |
DoNotRotate | Give the body an infinite moment of inertia so it cannot rotate. |
Override | Use the custom moment of inertia value specified in the editor. |