The pxD6Joint class is used to create and manage D6 joints (6 degrees of freedom joints) in the PhysX physics engine.

pxD6Joint 类用于创建和管理 PhysX 物理引擎中的 D6 关节(6 自由度关节)。

层级 (查看层级一览)

实现

构造函数

方法

  • 参数

    • limit: number

      The distance limit.

    • bounceness: number

      The bounciness of the limit.

    • bounceThreshold: number

      The bounce threshold.

    • spring: number

      The spring coefficient.

    • damp: number

      The damping coefficient.

    返回 void

    Sets the distance limit for the joint.

    设置关节的距离限制。

  • 参数

    • index: D6Drive

      The drive index.

    • stiffness: number

      The stiffness of the drive.

    • damping: number

      The damping of the drive.

    • forceLimit: number

      The force limit of the drive.

    返回 void

    Sets the drive parameters for a specific drive index.

    设置特定驱动索引的驱动参数。

  • 参数

    • linearAxis: D6MotionType

      The linear axis to set.

    • upper: number

      The upper limit.

    • lower: number

      The lower limit.

    • bounceness: number

      The bounciness of the limit.

    • bounceThreshold: number

      The bounce threshold.

    • spring: number

      The spring coefficient.

    • damping: number

      The damping coefficient.

    返回 void

    Sets the linear limit for a specific axis.

    设置特定轴的线性限制。

  • 参数

    • yAngle: number

      The Y angle limit.

    • zAngle: number

      The Z angle limit.

    • bounceness: number

      The bounciness of the limit.

    • bounceThreshold: number

      The bounce threshold.

    • spring: number

      The spring coefficient.

    • damping: number

      The damping coefficient.

    返回 void

    Sets the swing limit for the joint.

    设置关节的摆动限制。

  • 参数

    • upper: number

      The upper limit.

    • lower: number

      The lower limit.

    • bounceness: number

      The bounciness of the limit.

    • bounceThreshold: number

      The bounce threshold.

    • spring: number

      The spring coefficient.

    • damping: number

      The damping coefficient.

    返回 void

    Sets the twist limit for the joint.

    设置关节的扭转限制。