q5play
    Preparing search index...

    Interface b2ContactData

    interface b2ContactData {
        manifold: b2Manifold;
        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

    manifold: b2Manifold
    shapeIdA: b2ShapeId
    shapeIdB: b2ShapeId

    Methods