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

    Interface RectDrawData

    Rectangle draw command data 矩形绘制命令数据

    interface RectDrawData {
        height: Fixed;
        width: Fixed;
        x: Fixed;
        y: Fixed;
    }
    Index

    Properties

    Properties

    height: Fixed
    width: Fixed
    x: Fixed
    y: Fixed