q5play
    Preparing search index...

    Interface b2ContactHitEvent

    interface b2ContactHitEvent {
        approachSpeed: number;
        normal: b2Vec2;
        point: b2Vec2;
        shapeIdA: b2ShapeId;
        shapeIdB: b2ShapeId;
        clone(): this;
        delete(): void;
        deleteLater(): this;
        isAliasOf(other: ClassHandle): boolean;
        isDeleted(): boolean;
        [key: number]: () => void;
    }

    Hierarchy (View Summary)

    Indexable

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

    Properties

    approachSpeed: number
    normal: b2Vec2
    point: b2Vec2
    shapeIdA: b2ShapeId
    shapeIdB: b2ShapeId

    Methods