Table of Contents

Method b3MotorJoint_SetLinearVelocity

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

b3MotorJoint_SetLinearVelocity(b3JointId, Vector3)

Set the desired relative linear velocity in meters per second

public static extern void b3MotorJoint_SetLinearVelocity(b3JointId jointId, Vector3 velocity)

Parameters

jointId b3JointId

See the Box3D documentation.

velocity Vector3

See the Box3D documentation.