Graphics.LineCap
枚举
模块: cc
线段末端属性
索引
BUTT
ROUND
SQUARE
Details
BUTT
线段末端以方形结束。
meta | description |
---|---|
类型 | Number |
定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/graphics/types.js:37 |
ROUND
线段末端以圆形结束。
meta | description |
---|---|
类型 | Number |
定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/graphics/types.js:44 |
SQUARE
线段末端以方形结束,但是增加了一个宽度和线段相同,高度是线段厚度一半的矩形区域。
meta | description |
---|---|
类型 | Number |
定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/graphics/types.js:51 |