crashcat docs
    Preparing search index...

    Class AllCastRayCollector

    Implements

    Index

    Constructors

    Properties

    bodyIdB: number = -1
    earlyOutFraction: number = INITIAL_EARLY_OUT_FRACTION
    hitPool: {
        release: (item: CastRayHit) => void;
        request: () => CastRayHit;
        reset: () => void;
    } = ...
    hits: CastRayHit[] = []

    Methods