LineStyle

LineStyle

LineStyle 宽线属性设置对象,用于设置宽线的各种特效显示,包括动画效果。宽度值都是像素单位。长度和位移使用相对总长的百分比。

Members

clipLeft : boolean

裁剪掉线左半边

clipRight : boolean

裁剪掉线右半边

color : Color

颜色

dashGapColor : Color

虚线的空白颜色。缺省为透明

dashLength : number

虚线段(实线+空白段)与总长长度的比例。比如0.01,整条线将分成100段。

dashOffset : number

虚线其实位移

dashRatio : number

虚线段中实线部分比例

glowColor : Color

发光色

glowRadius : number

发光半径

outlineColor : Color

轮廓线颜色

outlineWidth : number

轮廓线宽度

tapperPower : number

线向端点变细的指数比例

texture : ITexture

指定填充线的贴图

trailColor : Color

动画段颜色

trailCount : number

动画段个数

trailLength : number

动画段长度,也是相对比例。通过设置该值>0来触发。

trailSpeed : number

动画段速度,缺省1.0。设置为负值则反向移动

trailStart : number

动画段起始偏移比例

width : number

线宽度

Methods

clone() → LineStyle

复制新对象