q5play
    Preparing search index...

    Interface b2RayCastInput

    interface b2RayCastInput {
        maxFraction: number;
        origin: b2Vec2;
        translation: b2Vec2;
        clone(): this;
        delete(): void;
        deleteLater(): this;
        isAliasOf(other: ClassHandle): boolean;
        isDeleted(): boolean;
        [key: number]: () => void;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: number]: () => void
    Index

    Properties

    maxFraction: number
    origin: b2Vec2
    translation: b2Vec2

    Methods