大约有 248 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)
...出现的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
...度报错? // 尝试获取当前位置 Geolocation.getCurrentPosition( Handler.create(this, onSuccess), Handler.create(this, onError) ); // 成功获取位置后触发 function onSuccess(info:GeolocationInfo):void { trace('经纬度: (' + info.longitude + '°, ' + info.latitude + '°),精确度...
来源: Laya_社区 发布时间: 20180402
...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
... 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
... 附示例项目 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
...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
...,导出后,通过 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
....0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? Laya.Handler.create和new Laya.Handler有啥区别 VBOX HBOX 的文档太少了,都不知道这两个怎么用?到底和box有什么区别?不是普通的容器吗?增加了什么功能呢? 问一下使用AnimationPlayer...
来源: Laya_社区 发布时间: 20180719
...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
... 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