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

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

241. 关于要自定shader的同学 [ 85%]

...戏中截屏当前sprite 的绘制 let new_texture = sprite.drawToCanvas(width, height, 0, 0) 这里的 width 和height 指的是当前的sprite在游戏中设置的大小 new_texture = ls.Texture.create(new_texture, 0, 0)   重新获取纹理然后将textureHost设置为new_texture sprite.shaderVa...

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

242. laya.d3.resource.RenderTexture_API3.0 [ 85%]

...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

243. 文本在屏幕不垂直居中 [ 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

244. 为什么谷歌浏览器调试可以显示这些文字打包后却没有了 [ 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

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

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

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

246. 发布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

247. 设置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

248. laya.resource.RenderTexture_API3.0 [ 85%]

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

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

249. 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

250. 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