Method b3Joint_GetBodyA
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Joint_GetBodyA(b3JointId)
Get body A id on a joint
public static extern b3BodyId b3Joint_GetBodyA(b3JointId jointId)Parameters
jointIdb3JointId-
See the Box3D documentation.
Returns
- b3BodyId
-
See the Box3D documentation.