Table of Contents

Method b3RevoluteJoint_SetTargetAngle

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3RevoluteJoint_SetTargetAngle(b3JointId, float)

Set the revolute joint target angle in radians

public static extern void b3RevoluteJoint_SetTargetAngle(b3JointId jointId, float targetRadians)

Parameters

jointId b3JointId

See the Box3D documentation.

targetRadians float

See the Box3D documentation.