@esengine/nova-ecs-render-core - v1.0.1
    Preparing search index...

    Interface ShapeStyle

    Shape drawing style 形状绘制样式

    interface ShapeStyle {
        dashPattern?: Fixed[];
        fillColor?: Color;
        strokeColor?: Color;
        strokeThickness?: Fixed;
    }
    Index

    Properties

    dashPattern?: Fixed[]
    fillColor?: Color
    strokeColor?: Color
    strokeThickness?: Fixed