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