Method b3Joint_SetLocalFrameB
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Joint_SetLocalFrameB(b3JointId, b3Transform)
Set the local frame on bodyB
public static extern void b3Joint_SetLocalFrameB(b3JointId jointId, b3Transform localFrame)Parameters
jointIdb3JointId-
See the Box3D documentation.
localFrameb3Transform-
See the Box3D documentation.