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

    Interface LineStyle

    Line drawing style 线条绘制样式

    interface LineStyle {
        color: Color;
        dashPattern?: Fixed[];
        thickness: Fixed;
    }
    Index

    Properties

    color: Color
    dashPattern?: Fixed[]
    thickness: Fixed