Method b3PrismaticJoint_EnableMotor
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3PrismaticJoint_EnableMotor(b3JointId, NativeBool)
Enable/disable a prismatic joint motor
public static extern void b3PrismaticJoint_EnableMotor(b3JointId jointId, NativeBool enableMotor)Parameters
jointIdb3JointId-
See the Box3D documentation.
enableMotorNativeBool-
See the Box3D documentation.