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

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

111. 绘制直线与折线(JavaScript-LayaAir基础篇(JS)-矢量图) [ 74%]

...制直线与折线 ### 一、绘制直线 ​ 在API中搜索laya.display.Graphics类可以查看到该API的各种矢量绘图方法。其中drawLine();用于绘制矢量直线。该方法的详细说明如下图所示: ​ ![blob.png](img/1.png) ​ (图1) 下面我们用LayaAir引擎画一...

来源: Laya2.0_文档 发布时间: 20210715

112. 水漫填充算法(floodfill) [ 74%]

...法或算法。 有没有四元数右乘三维向量的算法? 现在的graphics 填充色透明度还不可以设置吗? 或者说和背景混合呢? 使用setsubpixel函数对图片进行纹理像素填充,安卓端微信不正常 关于graphics.fillTexture,该api只能填充矩形的,...

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

113. Sprite.loadImage();问题 [ 74%]

...链接 提交 2 个回复 Monica - 知识达人 赞同来自: 应该是sp.graphics.clear(); 2017-10-19 0 2 分享 微博 QZONE 微信 laya21126 赞同来自:         /**          * 初始化 地图          */         public function initMap(texture:Texture, bgID:int):void{ ...

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

114. laya.d3.graphics.VertexPositionNormalColorTexture0Texture1Tangent [ 74%]

...ionNormalColorTexture0Texture1TangentProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorTexture0Texture1TangentInheritanceVertexPositionNormalColorTexture0Texture1Tangent ObjectImplements IVertex VertexPositionNormalColorTextureTangent 类用于创建位置、...

来源: laya_api 发布时间: 20170929

115. skin 大于512 的释放问题 [ 74%]

...ight); } showFight(num: number): void { if (this._sprFight) this._sprFight.graphics.clear(); this._sprFight = bigao.utils.TextrueUtils.getNumberByUrl(resourcesCenter.ResourcesPathStr.FIGHT_NUMBER_PATH_PNG, num.toString()); this._sprFight.x = 600; this._sprFight.y = 150; this.addChild(this._sprFight)...

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

116. 关于切换图片的问题 [ 74%]

...; this.img.loadImage(this.plane1); Laya.stage.addChild(this.img); this.img.graphics.clear(); this.img.loadImage(this.plane2); Laya.stage.addChild(this.img) } } new Main(); 出来的结果是两张图合并到了一起, 于是我再尝试 constructor() { Laya.init(1000,800); this.img = new Laya.Spr...

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

117. 关于customRender函数不执行的问题 [ 74%]

... // 保证customRender必定执行 this.frameLoop(1, this, () => { this.graphics.clear(); this.graphics.drawLine(0, 0, 1, 0, '#000'); }); this.customRenderEnable = true; this.customRender = (context: Laya.RenderContext, x: number, y: number) => { let webGLContext = context.ctx as Laya.WebGLCon...

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

118. 绘制直线与折线(TypeScript-LayaAir基础篇(TS)-矢量图) [ 74%]

...制直线与折线 ### 一、绘制直线 ​ 在API中搜索laya.display.Graphics类可以查看到该API的各种矢量绘图方法。其中drawLine();用于绘制矢量直线。该方法的详细说明如下图所示: ​ ![blob.png](img/1.png) ​ (图1) 下面我们用LayaAir引擎画一...

来源: Laya2.0_文档 发布时间: 20210714

119. 颜色只能使用16进制吗 可以使用rgb 或rgba吗 [ 74%]

颜色只能使用16进制吗 可以使用rgb 或rgba吗 graphics绘图 文本颜色 等等各种用到颜色的地方 2018-07-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 只能用1...

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

120. 绘制直线与折线(ActionScript-LayaAir基础篇(AS3)-矢量图) [ 74%]

...制直线与折线 ### 一、绘制直线 ​ 在API中搜索laya.display.Graphics类可以查看到该API的各种矢量绘图方法。其中drawLine();用于绘制矢量直线。该方法的详细说明如下图所示: ​ ![blob.png](img/1.png) ​ (图1) 下面我们用LayaAir引擎画一...

来源: Laya2.0_文档 发布时间: 20210714