q5play
    Preparing search index...

    Interface b2FilterJointDef

    interface b2FilterJointDef {
        base: b2JointDef;
        clone(): this;
        delete(): void;
        deleteLater(): this;
        isAliasOf(other: ClassHandle): boolean;
        isDeleted(): boolean;
        [key: number]: () => void;
    }

    Hierarchy (View Summary)

    Indexable

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

    Properties

    Methods