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

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

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

...gt;'); } div.pos(30,5); div.innerHTML = txt; div.width = div.contextWidth; if(div.contextWidth > 200) div.contextWidth = 200; console.log(div.contextWidth); paopao.y = gRoomView.chatBox.height; paopao.imgSayBg.height = div.contextHeight + 26; paopao.imgSayBg.width = div.contextWidth + 60; paopao....

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

482. 输入设备-摇一摇 [ 71%]

...e; shakeCount++; console.text += "设备摇晃了" + shakeCount + "次\n"; if (shakeCount >= 3) { Shake.instance.stop(); console.text += "停止接收设备摇动"; } } } new InputDevice_Shake();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Text = Laya.Text; import Sha...

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

483. Laya2.7.0 beta cannon bug [ 71%]

...分享 微博 QZONE 微信 Chenyazhi 赞同来自: get angularVelocity() { if (this._btColliderObject) { var phtqua = this._btColliderObject.angularVelocity; this._angularVelocity.setValue(phtqua.x, phtqua.y, phtqua.z); } return this._angularVelocity; } get totalForce() { if (this._btColliderObject)...

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

484. 关于checkbox全选的问题 [ 71%]

...于checkbox全选的问题 invite.cb_all.on("change",this,function():void{ if(invite.cb_all.selected){ trace("全选"); }else{ trace("取消全选"); } },[cb_all])以上是关于底部ckeckbox的监听函数,想实现全部选择和全部取消的功能,试了很多方法都不行,请教有没有好...

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

485. 关于下拉列表 [ 71%]

....small_map.selectedLabel Laya.map_small_c = e } function onSelect_big(e) { if (e != 0) { if (Laya.keys > 0) { Laya.big_switch = 0 Laya.map_big = e Laya.maptype = "big" this.small_map.selectedIndex = 0 this.now_map.text = "当前地图:" + this.big_map.selectedLabel } else { var dia1 = new loadi...

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

486. 打APK后加载unity导出资源出错 [ 71%]

...置写的是 var path="map/mapitem/"+mdai.mapName+"1.lh";         if(this.PRINT_LOG){             console.log("准备读取区域"+curIndex+" 的 路径: "+path+"地图");         }         Sprite3D.load(path,Handler.create(null,function(sp){           ...

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

487. 网络和格式-XML [ 71%]

...des.length; i++) { var node:Object = nodes[i]; // 本节点为元素节点 if (node.nodeType == 1) { trace("节点名称: " + node.nodeName); trace("元素节点,第一个子节点值为:" + node.firstChild.nodeValue); } // 本节点是文本节点 else if (node.nodeType == 3) { trace("文本节...

来源: Laya_示例 发布时间: 20241120

488. Texture2D的GPU纹理压缩的使用(TypeScript-3D基础(TS)-LayaAir3D之纹理) [ 71%]

...不同的平台加载不同的资源,来使用压缩纹理 ```typescript if (Laya.Browser.onAndroid) Laya.URL.basePath = "res/threeDimen/scene/LayaScene_TextureGPUCompression/Android/"; else if (Laya.Browser.onIOS) Laya.URL.basePath = "res/threeDimen/scene/LayaScene_TextureGPUCompression/IOS/"; el...

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

489. Texture2D的GPU纹理压缩的使用(JavaScript-3D基础(JS)-LayaAir3D之纹理) [ 71%]

...不同的平台加载不同的资源,来使用压缩纹理 ```javascript if (Laya.Browser.onAndroid) Laya.URL.basePath = "res/threeDimen/scene/LayaScene_TextureGPUCompression/Android/"; else if (Laya.Browser.onIOS) Laya.URL.basePath = "res/threeDimen/scene/LayaScene_TextureGPUCompression/IOS/"; el...

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

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

...gt;'); } div.pos(30,5); div.innerHTML = txt; div.width = div.contextWidth; if(div.contextWidth > 200) div.contextWidth = 200; console.log(div.contextWidth); paopao.y = gRoomView.chatBox.height; paopao.imgSayBg.height = div.contextHeight + 26; paopao.imgSayBg.width = div.contextWidth + 60; paopao....

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