crashcat docs
    Preparing search index...

    Type Alias CollidePointHit

    type CollidePointHit = {
        bodyIdB: number;
        materialId: number;
        subShapeIdB: number;
    }
    Index

    Properties

    bodyIdB: number

    body id of shape b

    materialId: number

    material id of the hit sub-shape

    subShapeIdB: number

    sub shape id of shape b, EMPTY_SUB_SHAPE_ID if not a compound shape