Method b3Body_GetPosition
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_GetPosition(b3BodyId)
Get the world position of a body. This is the location of the body origin.
public static extern Vector3 b3Body_GetPosition(b3BodyId bodyId)Parameters
bodyIdb3BodyId-
See the Box3D documentation.
Returns
- Vector3
-
See the Box3D documentation.