crashcat docs
    Preparing search index...

    Type Alias CollidePointCollector

    type CollidePointCollector = {
        bodyIdB: number;
        earlyOutFraction: number;
        addHit(hit: CollidePointHit): void;
        addMiss(): void;
        shouldEarlyOut(): boolean;
    }

    Implemented by

    Index

    Properties

    bodyIdB: number
    earlyOutFraction: number

    Methods