EarthSDK
    正在准备搜索索引...

    类型别名 ESStrokeStyle

    type ESStrokeStyle = {
        color: [number, number, number, number];
        material: string;
        materialParams: JsonValue;
        width: number;
        widthType: WidthType;
    }
    索引

    属性

    color: [number, number, number, number]
    material: string
    materialParams: JsonValue
    width: number
    widthType: WidthType