Method b3SphericalJoint_SetTargetRotation
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3SphericalJoint_SetTargetRotation(b3JointId, Quaternion)
Set the spherical joint spring target rotation
public static extern void b3SphericalJoint_SetTargetRotation(b3JointId jointId, Quaternion targetRotation)Parameters
jointIdb3JointId-
See the Box3D documentation.
targetRotationQuaternion-
See the Box3D documentation.