Pulley constraint.

Hierarchy (view full)

Accessors

  • get maxLength(): number
  • The maximum length of the line segments. Use -1 to calculate the length based on the positions of the objects when the constraint is created.

    Returns number

    • Length of line segments (meters).

    Default Value

    0
    
  • get minLength(): number
  • The minimum length of the line segments. Use -1 to calculate the length based on the positions of the objects when the constraint is created.

    Returns number

    • Length of line segments (meters).

    Default Value

    0
    

Methods