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