SliderJoint

Inherits: Joint < Spatial < Node < Object

Category: Core

Brief Description

Member Functions

float get_param ( int param ) const
void set_param ( int param, float value )

Member Variables

  • float angular_limit/damping
  • float angular_limit/lower_angle
  • float angular_limit/restitution
  • float angular_limit/softness
  • float angular_limit/upper_angle
  • float angular_motion/damping
  • float angular_motion/restitution
  • float angular_motion/softness
  • float angular_ortho/damping
  • float angular_ortho/restitution
  • float angular_ortho/softness
  • float linear_limit/damping
  • float linear_limit/lower_distance
  • float linear_limit/restitution
  • float linear_limit/softness
  • float linear_limit/upper_distance
  • float linear_motion/damping
  • float linear_motion/restitution
  • float linear_motion/softness
  • float linear_ortho/damping
  • float linear_ortho/restitution
  • float linear_ortho/softness

Numeric Constants

  • PARAM_LINEAR_LIMIT_UPPER = 0
  • PARAM_LINEAR_LIMIT_LOWER = 1
  • PARAM_LINEAR_LIMIT_SOFTNESS = 2
  • PARAM_LINEAR_LIMIT_RESTITUTION = 3
  • PARAM_LINEAR_LIMIT_DAMPING = 4
  • PARAM_LINEAR_MOTION_SOFTNESS = 5
  • PARAM_LINEAR_MOTION_RESTITUTION = 6
  • PARAM_LINEAR_MOTION_DAMPING = 7
  • PARAM_LINEAR_ORTHOGONAL_SOFTNESS = 8
  • PARAM_LINEAR_ORTHOGONAL_RESTITUTION = 9
  • PARAM_LINEAR_ORTHOGONAL_DAMPING = 10
  • PARAM_ANGULAR_LIMIT_UPPER = 11
  • PARAM_ANGULAR_LIMIT_LOWER = 12
  • PARAM_ANGULAR_LIMIT_SOFTNESS = 13
  • PARAM_ANGULAR_LIMIT_RESTITUTION = 14
  • PARAM_ANGULAR_LIMIT_DAMPING = 15
  • PARAM_ANGULAR_MOTION_SOFTNESS = 16
  • PARAM_ANGULAR_MOTION_RESTITUTION = 17
  • PARAM_ANGULAR_MOTION_DAMPING = 18
  • PARAM_ANGULAR_ORTHOGONAL_SOFTNESS = 19
  • PARAM_ANGULAR_ORTHOGONAL_RESTITUTION = 20
  • PARAM_ANGULAR_ORTHOGONAL_DAMPING = 21
  • PARAM_MAX = 22

Member Function Description

  • void set_param ( int param, float value )