Method b3Body_GetGravityScale
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_GetGravityScale(b3BodyId)
Get the current gravity scale
public static extern float b3Body_GetGravityScale(b3BodyId bodyId)Parameters
bodyIdb3BodyId-
See the Box3D documentation.
Returns
- float
-
See the Box3D documentation.