crashcat docs
    Preparing search index...

    Enumeration ContactValidateResult

    Result returned by onContactValidate callback. Determines if contact is processed and whether to continue validation.

    Index

    Enumeration Members

    ACCEPT_ALL_CONTACTS_FOR_THIS_BODY_PAIR: 0

    Accept this and all future contacts for this body pair (stop calling callback)

    ACCEPT_CONTACT: 1

    Accept this contact, continue validating future contacts

    REJECT_ALL_CONTACTS_FOR_THIS_BODY_PAIR: 3

    Reject this and all future contacts (early-out from collision detection)

    REJECT_CONTACT: 2

    Reject this contact, continue validating future contacts