RSX Code Reference
    Preparing search index...
    • rsx
    • LimitCircularConeRange

    Class LimitCircularConeRange

    Represents a joint limit that contraints movement to within a circular cone.

    Index
    _limitAngle: rsx.Degree
    _spring: Spring
    • get limitAngle(): rsx.Degree

      Angle of the cone. Movement is constrainted between 0 and this angle.

      Returns rsx.Degree

    • set limitAngle(value: rsx.Degree): void

      Parameters

      Returns void

    • get spring(): Spring

      Spring that controls how are the bodies pulled back towards the limit when they breach it.

      Returns Spring

    • set spring(value: Immutable<Spring>): void

      Parameters

      Returns void