q5play
    Preparing search index...

    Interface b2MotionLocks

    interface b2MotionLocks {
        angularZ: boolean;
        linearX: boolean;
        linearY: boolean;
        clone(): this;
        delete(): void;
        deleteLater(): this;
        isAliasOf(other: ClassHandle): boolean;
        isDeleted(): boolean;
        [key: number]: () => void;
    }

    Hierarchy (View Summary)

    Indexable

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

    Properties

    angularZ: boolean
    linearX: boolean
    linearY: boolean

    Methods