crashcat docs
    Preparing search index...

    Type Alias CharacterContactSettings

    per-contact behavior settings, can be modified in listener callbacks to customize contact behavior

    type CharacterContactSettings = {
        canPushCharacter: boolean;
        canReceiveImpulses: boolean;
    }
    Index

    Properties

    canPushCharacter: boolean

    can body push character?

    canReceiveImpulses: boolean

    can character push body? (apply impulses)