JointParam

    PhysicsServer2D.swift:311
    enum JointParam

    Cases

    • case bias

      Constant to set/get how fast the joint pulls the bodies back to satisfy the joint constraint. The lower the value, the more the two bodies can pull on the joint. The default value of this parameter is 0.0.

    • case maxBias

      Constant to set/get the maximum speed with which the joint can apply corrections. The default value of this parameter is 3.40282e+38.

    • case maxForce

      Constant to set/get the maximum force that the joint can use to act on the two bodies. The default value of this parameter is 3.40282e+38.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (135) members.

    Types

    Type members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features