@esengine/nova-ecs-render-canvas - v1.0.2
    Preparing search index...

    Interface DrawCommand

    Draw command for batch rendering 批量渲染的绘制命令

    interface DrawCommand {
        data: unknown;
        style: unknown;
        type: "line" | "circle" | "rect" | "polygon" | "text" | "texture";
    }
    Index

    Properties

    Properties

    data: unknown
    style: unknown
    type: "line" | "circle" | "rect" | "polygon" | "text" | "texture"