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

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

131. 微信小游戏最小化以后,引擎库里面_parseLines报错 [ 87%]

...estWord);             }             this._charSize.width=measureResult.width;             this._charSize.height=(measureResult.height || this.fontSize); 这些会挂,  用的laya2.0 正式版 附件 : --> 2019-04-25 添加评论 免费帖 --> 分享 微博 QZON...

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

132. Sprite-屏幕截图 [ 87%]

...换至Canvas Config.preserveDrawingBuffer =true; Laya.init(Browser.clientWidth, Browser.clientHeight); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_FIXED_AUTO; Laya.stage.bgColor = "#232628"; Laya.loader.load(this.btnArr.concat("r...

来源: Laya2.0_示例 发布时间: 20241117

133. 输入设备-地图 [ 87%]

...a.Geolocation; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.width, 255); // Laya.stage.alignV = Stage.ALIGN_MIDDLE; // Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_NOSCALE; Laya.stage.bgColor = "#232628"; // 本地运行,需要在index.html中引用百...

来源: Laya2.0_示例 发布时间: 20241117

134. HTMLDivElement使用滤镜时显示异常 [ 87%]

...lement(); text.style.lineHeight = 30; text.style.color = color; text.style.width = 500; text.style.align = "center"; text.style.weight = "bold"; text.innerHTML = "中华人民共和国"; text.filters = [new GlowFilter("#000", 4, 2, 2)]; text.x = (ClientConfig.displayWidth-text.width)/2; text.y = (Cl...

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

135. 层级选择问题,以及编辑器设置值的逻辑混乱问题 [ 87%]

...。 2.某些功能设计特别混乱,比如定位的left,right与x,width的关系问题,如果值同时设置,感觉逻辑完全混乱了,至少在编辑器里的表现是这样,哪个的权重要高些?或者当改变了某个值后,是否应该立即清除和它互斥的值呢?...

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

136. 关于裁剪的问题 [ 87%]

...ole.log("loginUI.bar.value = ", loginUI.bar.value); loginUI.bbbar.viewport.width = loginUI.bbbar.viewport.width + 0.2 //console.log("loginUI.bbbar.viewport.width = ", loginUI.bbbar.viewport.width); }, 1000, 100); 2017-09-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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

137. 这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 [ 87%]

....valign = "middle"; // div.style.fontFamily = "Microsoft YaHei"; div.style.width = 200; div.style.color = "#000000"; for(let i=0; i<FaceView.faceArray.length; i++) { txt = txt.replace(FaceView.repl,'<img src="res/ChatFace/face'+i+'.png" style="width:28px;height:28px;"></img>'); } div....

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

138. laya.d3.resource.models.PrimitiveMesh_API3.0 [ 87%]

...18 Returns void Static createBox createBox(long?: number, height?: number, width?: number): Mesh Defined in laya/d3/resource/models/PrimitiveMesh.ts:69 创建Box网格。 Parameters Default value long: number = 1 半径 Default value height: number = 1 垂直层数 Default value width: number = 1 ...

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

139. QQ玩一玩 获取头像后的数据是 BK.Buffer,需要如何用laya的Image显示出来? [ 87%]

...openID, BuffInfo){ if(openID == openID1) { var buff = BuffInfo.buffer; var width = BuffInfo.width; var height = BuffInfo.height; BK.Script.log(0,0,"headeBuff :"+ openId + " buff:"+ buff + " width:"+ width +" height:"+height); var tex = new BK.Texture(buff,width,height); var sp =new BK.Sprite(200,200...

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

140. laya.display.Graphics [ 87%]

...false):void 清空绘制命令。 Graphics  clipRect(x:Number, y:Number, width:Number, height:Number):void 设置剪裁区域,超出剪裁区域的坐标不显示。 Graphics  destroy():void 销毁此对象。 Graphics  drawCircle(x:Number, y:Number, radius:Number, fillColor:*, lineColor:* =...

来源: laya_api 发布时间: 20170929