q5play
    Preparing search index...

    Interface b2JointEvent

    interface b2JointEvent {
        jointId: b2JointId;
        clone(): this;
        delete(): void;
        deleteLater(): this;
        isAliasOf(other: ClassHandle): boolean;
        isDeleted(): boolean;
        [key: number]: () => void;
    }

    Hierarchy (View Summary)

    Indexable

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

    Properties

    jointId: b2JointId

    Methods