Table of Contents

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

jointId b3JointId

See the Box3D documentation.

targetRotation Quaternion

See the Box3D documentation.