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

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

191. dialog设置缩放问题 [ 85%]

...og.scale(dialog.scaleH, dialog.scaleH); dialog.x = Math.round(((Laya.stage.width - dialog.width * dialog.scaleH) >> 1) + dialog.pivotX);  dialog.y = Math.round(((Laya.stage.height - dialog.height * dialog.scaleH) >> 1) + dialog.pivotY);   希望官方能优化一下!!感谢 2018-11...

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

192. LayaNative1.0 measureText对泰语计算的宽不对和浏览器算出来的不一样 [ 85%]

...不对和浏览器算出来的不一样 Browser.context.measureText(text).width 对泰语算出来的width比实际显示的width小很多,在浏览器里算出来width是对的。但是在native里得到的值很小 2019-08-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

193. 为什么谷歌浏览器调试可以显示这些文字打包后却没有了 [ 85%]

...le"; // div.style.fontFamily = "Microsoft YaHei"; div.style.width = 200; div.style.color = "#black"; for(let i=0; i<FaceView.faceArray.length; i++) { txt = txt.replace(FaceView.repl[i],'<img src="res/face/face'+i+'.png" style="width:36px;height:36px;posi...

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

194. 发布Oppo小游戏屏幕适配bug [ 85%]

..., this, this.resize);     static resize(): void { // let w = this.config.width; // let h = this.config.height; // let screen_wh_scale = Laya.Browser.clientWidth / Laya.Browser.clientHeight; // if (Laya.stage.scaleMode == Laya.Stage.SCALE_FIXED_WIDTH) { // h = this.config.width / screen_wh_scale; /...

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

195. 文本在屏幕不垂直居中 [ 85%]

...这是一个demo'; tx.color='#ffffff'; tx.fontSize="20"; tx.pos(Laya.stage.width /2 ,Laya.stage.height /2); tx.pivot(tx.width /2 ,tx.height / 2); tx.align="center"; tx.valign="middle"; Laya.stage.addChild(tx); } })()   2017-11-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

196. this.bitmap.activeResource is not a function [ 85%]

...域 this._openZone = new Laya.Sprite(); } this._openZone.size(Laya.stage.width,Laya.stage.height); if(this._openZone.parent) return; console.log("打开开放域",Laya.Browser.onMiniGame) Laya.stage.addChild(this._openZone); this._openZone.x = vx; this._openZone.y = vy; if(Laya.Browser.onMiniGame){ ...

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

197. 设置pivot后,精灵位置显示位置不正确 [ 85%]

...背景色 Laya.stage.bgColor = "#ffffff" this.sp = new Laya.Sprite(); let width = 660 let height = 420 this.sp.size(width, height) this.sp.pivot(Math.round(width / 2), Math.round(height / 2)) this.sp.graphics.drawCircle(0, 0, 5, "#000000") this.sp.graphics.drawRect(-this.sp.pivotX, -this.sp.pivotY, ...

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

198. Panel初始化BUG [ 85%]

...设置内容的宽度、高度(以像素为单位)。      * @param width 宽度。      * @param height 高度。      */     private setContentSize(width: number, height: number): void {         var content: Box = this._content;         var rectX = 0;         var rectY =...

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

199. html效果用layaAirIde 实现 [ 85%]

...e>         div{             margin: 0 auto;             width: 100px;             height: 100px;         }         #main {             width: 400px;             height: 400px;             background: white;             border: 2px solid gray; ...

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

200. laya.d3.resource.RenderTexture_API3.0 [ 84%]

...ipmapLevel mipmap mipmapCount multiSamples obsolute referenceCount samples width wrapModeU wrapModeV wrapModeW bindCanvasRender cpuMemory currentActive gpuMemory Methods _addReference _clearReference _createRenderTarget _end _getSource _removeReference _setCPUMemory _setCreateURL _setGPUMemory _star...

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