20 proto external
void SetLimits(
float low,
float high,
float softness,
float biasFactor,
float relaxationFactor);
34 proto external
void SetMotor(
bool enable,
float targetVelocity,
float maxImpulse);
proto external void SetMotorTargetAngle(float angle, float dt, float maxImpulse)
proto external void SetMotor(bool enable, float targetVelocity, float maxImpulse)
proto external void SetAxis(vector axis)
proto external void SetLimits(float low, float high, float softness, float biasFactor, float relaxationFactor)