Table of Contents

Method b3PrismaticJoint_SetMaxMotorForce

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

b3PrismaticJoint_SetMaxMotorForce(b3JointId, float)

Set the prismatic joint maximum motor force, usually in newtons

public static extern void b3PrismaticJoint_SetMaxMotorForce(b3JointId jointId, float force)

Parameters

jointId b3JointId

See the Box3D documentation.

force float

See the Box3D documentation.