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

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

41. laya升级到2.0.0beat4版本,加载场景出现的bug [ 68%]

...出现的bug 加载:Laya.loader.create("Laya/Conventional/Map_SCC.ls",Laya.Handler.create(this,this.LoadCompleteHandler)); 加载完成后: var scene3D:Laya.Scene3D = Laya.loader.getRes(this.mSceneName) as Laya.Scene3D; Laya.stage.addChild(scene3D); 异常: TypeError: node._setParent is not a functi...

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

42. 用谷歌获取经纬度报错? [ 68%]

...度报错? // 尝试获取当前位置 Geolocation.getCurrentPosition( Handler.create(this, onSuccess), Handler.create(this, onError) ); // 成功获取位置后触发 function onSuccess(info:GeolocationInfo):void { trace('经纬度: (' + info.longitude + '°, ' + info.latitude + '°),精确度...

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

43. Laya.loader.create()真机不能加载3D资源,加载图片和音频可以,打开调试也没问题 [ 68%]

...tional/newScen.ls",         ];          //设置progress Handler的第4个参数为true,根据加载文件个数获取加载进度         Laya.loader.create(res,null,Laya.Handler.create(this,this.onProgress,null,false)); 2020-11-30 添加评论 免费帖 --> 分享 微...

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

44. 子弹添加了colliderShape后onUpdate移动,destroy会报错“Cannot read property 'getWorldTransform' of null” [ 68%]

... onFire() { if (this.isFire) { Laya.Mesh.load("fly2/fly3-bullet.lm", Laya.Handler.create(this, function (m) { let bullet = new Laya.MeshSprite3D(m); this.Sn.addChild(bullet); bullet.addComponent(BulletScript); var bulletCollider = bullet.addComponent(Laya.PhysicsCollider); var bulletShape = new Laya...

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

45. 急急 在线等 加载xml 后直播无法自动播放 附示例项目 [ 68%]

... 附示例项目 LoaderPolicy.setup(URLResolver.solvePath("files.fst?"), Handler.create(this, function xload() : void { //无法播放 Laya.loader.load(URLResolver.solvePath("config.xml"), Handler.create(this, onConfigLoaded), null, Loader.XML); //直接调用可以正常播放 //onConfigLoaded(null...

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

46. 微信小游戏 TS 使用 downLoadFile 出现报错 [ 67%]

...dpter 添加 static downLoadFile(fileUrl:string, fileType:string, callBack:Handler, encoding:string) 声明,在使用的时候,报错。 ReferenceError: wx is not defined at Function.<anonymous>(file:///D:work/laya/laya3D/bin/lib/laya.wxmini.js:504:123) 2018-06-05 添加评论 免费帖 --...

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

47. [IDE2.7.0]unity插件导出加载提示Uncaught Scene data is error:sample/Conventional/Main.ls [ 67%]

...,导出后,通过 Laya.Scene.load('sample/Conventional/Main.ls',Laya.Handler.create(this,this.onComplete)); 这个语句调用就报错了,我断点发现props这个属性是undefined的 if (!obj.props)                     throw "Scene data is error:" + url; 2020-08-04 添加评论 ...

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

48. Webgl和WebglCanvas区别? [ 67%]

....0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? Laya.Handler.create和new Laya.Handler有啥区别 VBOX HBOX 的文档太少了,都不知道这两个怎么用?到底和box有什么区别?不是普通的容器吗?增加了什么功能呢? 问一下使用AnimationPlayer...

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

49. laya加载unity插件导出的场景 physics3D is not a function [ 67%]

...w GameUI (GameUI.ts:34) at SceneLoader.create (laya.core.js:22061) at EventHandler.__proto.run (laya.core.js:1385) at SceneLoader.__proto.event (laya.core.js:1156) at SceneLoader.__proto._checkNext (laya.core.js:15949) at SceneLoader.__proto.onOneLoadComplete (laya.core.js:16000) at EventHandler.__p...

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

50. 关于stage与scene的区别(理论疑问,所以就不上传示例了) [ 67%]

... window is not defined 官网示例摇一摇报错,就解决方案 Laya.Handler.create和new Laya.Handler有啥区别 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 [分享]Dialog 点击边缘不关闭的 Demo示例 官方新手游戏引导示例中关于hit和unHit的使用...

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