Method b3Body_GetTransform
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_GetTransform(b3BodyId)
Get the world transform of a body.
public static extern b3Transform b3Body_GetTransform(b3BodyId bodyId)Parameters
bodyIdb3BodyId-
See the Box3D documentation.
Returns
- b3Transform
-
See the Box3D documentation.