Method b3World_GetGravity
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3World_GetGravity(b3WorldId)
Get the gravity vector
public static extern Vector3 b3World_GetGravity(b3WorldId worldId)Parameters
worldIdb3WorldId-
See the Box3D documentation.
Returns
- Vector3
-
See the Box3D documentation.