• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 23 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0033 秒)

1. graphics颜色填充fillColor问题 [ 100%]

graphics颜色填充fillColor问题 在api文档里看到 fillColor 的参数描述是这样写的 “fillColor 填充颜色,或者填充绘图的渐变对象“, 请问这里的渐变对象是什么类型? 能否举个例子说明一下。   另外现在是不是不支持用纹理填充图...

来源: Laya_社区 发布时间: 20160725

2. laya.display.Graphics [ 92%]

...毁此对象。 Graphics  drawCircle(x:Number, y:Number, radius:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void 绘制圆形。 Graphics  drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 Graphics  drawLine(fromX:N...

来源: laya_api 发布时间: 20170929

3. 请问LayaAir如何绘制一个渐变矩形? [ 91%]

... 350, "#ffffff") drawRect(x:Number, y:Number, width:Number, height:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void 参数fillColor:* — 填充颜色,或者填充绘图的渐变对象 我找不到关于这个渐变对象的文档,例子或者教程 2017-04-20 添加评论 免...

来源: Laya_社区 发布时间: 20170420

4. laya.display.Graphics [ 91%]

...毁此对象。 Graphics  drawCircle(x:Number, y:Number, radius:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):DrawCircleCmd 绘制圆形。 Graphics  drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):DrawCurvesCmd 绘制一系列曲线。 Graphics ...

来源: Laya2.0_api 发布时间: 20190513

5. 如何实现渐变填充对象呀? [ 90%]

... 350, "#ffffff") drawRect(x:Number, y:Number, width:Number, height:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void 参数fillColor:* — 填充颜色,或者填充绘图的渐变对象 我找不到关于这个渐变对象的文档,例子或者教程 2018-09-04 添加评论 免...

来源: Laya_社区 发布时间: 20180904

6. laya.display.Graphics_API3.0 [ 90%]

... Returns void drawCircle drawCircle(x: number, y: number, radius: number, fillColor: any, lineColor?: any, lineWidth?: number): DrawCircleCmd Defined in laya/display/Graphics.ts:544 绘制圆形。 Parameters x: number 圆点X 轴位置。 y: number 圆点Y 轴位置。 radius: number 半径。 fill...

来源: Laya3.0_api 发布时间: 20231115

7. laya.ani.GraphicsAni_API3.0 [ 88%]

... Returns void drawCircle drawCircle(x: number, y: number, radius: number, fillColor: any, lineColor?: any, lineWidth?: number): DrawCircleCmd Inherited from Graphics.drawCircle Defined in laya/display/Graphics.ts:544 绘制圆形。 Parameters x: number 圆点X 轴位置。 y: number 圆点Y 轴位...

来源: Laya3.0_api 发布时间: 20231115

8. laya.display.cmd.DrawCircleCmd [ 88%]

...DrawCircleCmd Object 绘制圆形 Public Properties PropertyDefined By  fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawCircleCmd  lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawCircleCmd  lineWidth : Number (可选)边框宽度。 ...

来源: Laya2.0_api 发布时间: 20190513

9. laya.display.cmd.DrawPolyCmd_API3.0 [ 88%]

...d Class DrawPolyCmd 绘制多边形 Hierarchy DrawPolyCmd Index Properties fillColor lineColor lineWidth points x y ID Methods recover Properties fillColor fillColor: any Defined in laya/display/cmd/DrawPolyCmd.ts:26 填充颜色,或者填充绘图的渐变对象。 lineColor lineColor: any Define...

来源: Laya3.0_api 发布时间: 20231115

10. laya.display.cmd.DrawPolyCmd [ 88%]

...rawPolyCmd Object 绘制多边形 Public Properties PropertyDefined By  fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawPolyCmd  lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawPolyCmd  lineWidth : Number 可选)边框宽度。 DrawPol...

来源: Laya2.0_api 发布时间: 20190513