Method b3Body_GetInverseMass
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_GetInverseMass(b3BodyId)
Get the inverse mass of the body, usually in 1/kilograms
public static extern float b3Body_GetInverseMass(b3BodyId bodyId)Parameters
bodyIdb3BodyId-
See the Box3D documentation.
Returns
- float
-
See the Box3D documentation.