Type alias ConstraintOptions

ConstraintOptions: {
    collideConnected?: boolean;
    wakeUpBodies?: boolean;
}

Type declaration

  • Optional collideConnected?: boolean

    Set to true if you want the connected bodies to collide.

  • Optional wakeUpBodies?: boolean

    Whether the constraint should wake up bodies when connected