crashcat docs
    Preparing search index...

    Class AllCastShapeCollector

    Implements

    Index

    Constructors

    Properties

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

    Methods