Method b3Joint_GetUserData
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Joint_GetUserData(b3JointId)
Get the user data on a joint
public static extern void* b3Joint_GetUserData(b3JointId jointId)Parameters
jointIdb3JointId-
See the Box3D documentation.
Returns
- void*
-
See the Box3D documentation.