Table of Contents

Method b3RevoluteJoint_EnableMotor

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

b3RevoluteJoint_EnableMotor(b3JointId, NativeBool)

Enable/disable a revolute joint motor

public static extern void b3RevoluteJoint_EnableMotor(b3JointId jointId, NativeBool enableMotor)

Parameters

jointId b3JointId

See the Box3D documentation.

enableMotor NativeBool

See the Box3D documentation.