大约有 13 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)
...码: //生成填充用的图片 urls.push({ url: ResourcesManager.inst.brush_test_green, clas: Laya.Loader.TEXTURE2D,constructParams:[100, 100, 1, false, true]}); //开始填充 public fillPlane(){ let brush = Laya.loader.getRes(ResourcesManager.inst.brush_test_green) as L...
来源: Laya_社区 发布时间: 20200706
...hCmd 根据路径绘制矢量图形 Hierarchy DrawPathCmd Index Properties brush paths pen x y ID Methods getBoundPoints recover Properties brush brush: any Defined in laya/display/cmd/DrawPathCmd.ts:26 (可选)刷子定义,支持以下设置{fillStyle:"#FF0000"}。 paths paths: any[] | null D...
来源: Laya3.0_api 发布时间: 20231115
...ct 根据路径绘制矢量图形 Public Properties PropertyDefined By brush : Object (可选)刷子定义,支持以下设置{fillStyle:"#FF0000"}。 DrawPathCmd paths : Array 路径集合,路径支持以下格式:[["moveTo",x,y],["lineTo",x,y],["arcTo",x1,y1,x2,y2,r],["closePath"]]...
来源: Laya2.0_api 发布时间: 20190513
...rcTo", 0, 0, roundRadius, 0, roundRadius]); paths.push(["closePath"]); var brush:Object = { fillStyle:fillColor }; var pen:Object = { strokeStyle:borderColor, lineWidth:borderWidth }; return graghics.drawPath(x, y, paths, brush, pen); } } } 2019-01-17 1 条评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20190117
...一系列线段。 Graphics drawPath(x:Number, y:Number, paths:Array, brush:Object = null, pen:Object = null):void 绘制路径。 Graphics drawPie(x:Number, y:Number, radius:Number, startAngle:Number, endAngle:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void 绘制扇形。...
来源: laya_api 发布时间: 20170929
...一系列线段。 Graphics drawPath(x:Number, y:Number, paths:Array, brush:Object = null, pen:Object = null):DrawPathCmd 绘制路径。 Graphics drawPie(x:Number, y:Number, radius:Number, startAngle:Number, endAngle:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):DrawPieCmd ...
来源: Laya2.0_api 发布时间: 20190513
... DrawLinesCmd | null drawPath drawPath(x: number, y: number, paths: any[], brush?: any, pen?: any): DrawPathCmd Defined in laya/display/Graphics.ts:597 绘制路径。 Parameters x: number 开始绘制的 X 轴位置。 y: number 开始绘制的 Y 轴位置。 paths: any[] 路径集合,路径支...
来源: Laya3.0_api 发布时间: 20231115
...制一系列线段。 Graphics drawPath(x:Number, y:Number, paths:Array, brush:Object = null, pen:Object = null):void 绘制路径。 Graphics drawPie(x:Number, y:Number, radius:Number, startAngle:Number, endAngle:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void 绘制扇形。 ...
来源: laya_api 发布时间: 20170929
... DrawLinesCmd | null drawPath drawPath(x: number, y: number, paths: any[], brush?: any, pen?: any): DrawPathCmd Inherited from Graphics.drawPath Defined in laya/display/Graphics.ts:597 绘制路径。 Parameters x: number 开始绘制的 X 轴位置。 y: number 开始绘制的 Y 轴位置。 paths:...
来源: Laya3.0_api 发布时间: 20231115
...制一系列线段。 Graphics drawPath(x:Number, y:Number, paths:Array, brush:Object = null, pen:Object = null):DrawPathCmd 绘制路径。 Graphics drawPie(x:Number, y:Number, radius:Number, startAngle:Number, endAngle:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):DrawPieCmd 绘...
来源: Laya2.0_api 发布时间: 20190513