crashcat docs
    Preparing search index...

    Type Alias CastRayCollector

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

    Implemented by

    Index

    Properties

    bodyIdB: number
    earlyOutFraction: number

    Methods