q5play
    Preparing search index...

    Interface DebugDrawCommandBuffer

    interface DebugDrawCommandBuffer {
        ClearCommands(): void;
        clone(): this;
        delete(): void;
        deleteLater(): this;
        GetCommandsData(): number;
        GetCommandsSize(): number;
        GetCommandStride(): number;
        GetDebugDraw(): b2DebugDraw | null;
        isAliasOf(other: ClassHandle): boolean;
        isDeleted(): boolean;
        [key: number]: () => void;
    }

    Hierarchy (View Summary)

    Indexable

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

    Methods