|
| proto external float | GetAngularPos () |
| | Returns value of the angular position.
|
| proto external float | GetAngularPos () |
| | Returns value of the angular position.
|
| proto external float | GetLinearPos () |
| | Returns value of the linear position.
|
| proto external float | GetLinearPos () |
| | Returns value of the linear position.
|
| proto external void | SetAngularLimits (float lowerLimit, float upperLimit) |
| | Sets angular limits of the joint.
|
| proto external void | SetAngularLimits (float lowerLimit, float upperLimit) |
| | Sets angular limits of the joint.
|
| proto external void | SetAngularMotor (float velocity, float force) |
| | Allows motor to move slider at specific angular velocity.
|
| proto external void | SetAngularMotor (float velocity, float force) |
| | Allows motor to move slider at specific angular velocity.
|
| proto external void | SetDirAngular (float softness, float restitution, float damping) |
| | Sets parameters relevant for moving inside angular limits.
|
| proto external void | SetDirAngular (float softness, float restitution, float damping) |
| | Sets parameters relevant for moving inside angular limits.
|
| proto external void | SetDirLinear (float softness, float restitution, float damping) |
| | Sets parameters relevant for moving inside linear limits.
|
| proto external void | SetDirLinear (float softness, float restitution, float damping) |
| | Sets parameters relevant for moving inside linear limits.
|
| proto external void | SetLimAngular (float softness, float restitution, float damping) |
| | Sets parameters relevant for hitting angular limit.
|
| proto external void | SetLimAngular (float softness, float restitution, float damping) |
| | Sets parameters relevant for hitting angular limit.
|
| proto external void | SetLimLinear (float softness, float restitution, float damping) |
| | Sets parameters relevant for hitting linear limit.
|
| proto external void | SetLimLinear (float softness, float restitution, float damping) |
| | Sets parameters relevant for hitting linear limit.
|
| proto external void | SetLinearLimits (float lowerLimit, float upperLimit) |
| | Sets linear limits of the joint.
|
| proto external void | SetLinearLimits (float lowerLimit, float upperLimit) |
| | Sets linear limits of the joint.
|
| proto external void | SetLinearMotor (float velocity, float force) |
| | Allows motor to move slider at specific linear velocity.
|
| proto external void | SetLinearMotor (float velocity, float force) |
| | Allows motor to move slider at specific linear velocity.
|
| proto external void | SetOrthoAngular (float softness, float restitution, float damping) |
| | Sets parameters relevant for case (against constraint axis).
|
| proto external void | SetOrthoAngular (float softness, float restitution, float damping) |
| | Sets parameters relevant for case (against constraint axis).
|
| proto external void | SetOrthoLinear (float softness, float restitution, float damping) |
| | Sets parameters relevant for case (against constraint axis).
|
| proto external void | SetOrthoLinear (float softness, float restitution, float damping) |
| | Sets parameters relevant for case (against constraint axis).
|
Definition at line 10 of file physicssliderjoint.c.