34 proto external
void SetDirLinear(
float softness,
float restitution,
float damping);
41 proto external
void SetDirAngular(
float softness,
float restitution,
float damping);
48 proto external
void SetLimLinear(
float softness,
float restitution,
float damping);
55 proto external
void SetLimAngular(
float softness,
float restitution,
float damping);
62 proto external
void SetOrthoLinear(
float softness,
float restitution,
float damping);
69 proto external
void SetOrthoAngular(
float softness,
float restitution,
float damping);
proto external void SetLimLinear(float softness, float restitution, float damping)
proto external void SetOrthoAngular(float softness, float restitution, float damping)
proto external void SetDirAngular(float softness, float restitution, float damping)
proto external void SetOrthoLinear(float softness, float restitution, float damping)
proto external void SetLinearMotor(float velocity, float force)
proto external float GetAngularPos()
Returns value of the angular position.
proto external void SetLinearLimits(float lowerLimit, float upperLimit)
proto external void SetDirLinear(float softness, float restitution, float damping)
proto external float GetLinearPos()
Returns value of the linear position.
proto external void SetAngularMotor(float velocity, float force)
proto external void SetAngularLimits(float lowerLimit, float upperLimit)
proto external void SetLimAngular(float softness, float restitution, float damping)