大约有 398 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0090 秒)
...c目录下。 参考:private function init(e:Event=null):void { var loader:Loader=new Loader(); var context:LoaderContext=new LoaderContext(false,ApplicationDomain.currentDomain); loader.contentLoaderInfo.addEventListener(Event.COMPLETE,onCom); loader.load(new URLRequest("datas.swf"),context)...
来源: Laya_社区 发布时间: 20151216
...性后,icon就没有显示了,代码如下: 在入口文件: Laya.loader.load("res/atlas/template/QuestionDialog.atlas", Handler.create(null)); 对应的场景代码里: var dialog = new QuestionDialogUI(); Laya.stage.addChild(dialog); dialog.popup(); ...
来源: Laya_社区 发布时间: 20180718
...,bitmap被销毁以后cache。将recoverBitmap修改cache住,然后将Loader中的textureMap加进来就可以了。 还要吐槽一句,为什么不在公告上说出来?我翻了所有的更新记录没有看到相关的,但是代码里却改了,真的服气。
来源: Laya_社区 发布时间: 20191105
...链接 提交 1 个回复 Monica - 知识达人 赞同来自: 使用Laya.loader.load预加载下资源,然后在加载完成的回调中去使用即可! 2017-10-22 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 cyqcyqcyq 浙江大学...
来源: Laya_社区 发布时间: 20171022
...a.URL.basePath=ftp地址 然后去加载wxlocal里面的资源, Laya.loader.load(arr, Handler.create(this, this.onLoadComplete),Handler.create(this, this.onLoading, null, false)); 发现并没有去加载这个资源,加断点发现一样走到了URL.formatURL 这个函数里面, 然后和...
来源: Laya_社区 发布时间: 20180714
...: // 程序入口 class GameMain{ constructor(){ var Loader = Laya.Loader; var Browser = Laya.Browser; var Handler = Laya.Handler; var ProtoBuf = Browser.window.protobuf; Laya.init(550, 400); //加载协议...
来源: Laya_社区 发布时间: 20170216
...tion.Laya3D._getSprite3DHierarchyInnerUrls (libs/laya.d3.js:1837) at Loader.Laya3D._onHierarchylhLoaded (libs/laya.d3.js:1933) at EventHandler.__proto.runWith (libs/laya.core.js:1628) at Loader.__proto.event (libs/laya.core.js:1384) at Loader.__proto.complete (libs/laya.core....
来源: Laya_社区 发布时间: 20170428
...__proto.event (file:///D:/layaTest/mylaya/bin/libs/laya.core.js:467:29) at LoaderManager.__proto._endLoad (file:///D:/layaTest/mylaya/bin/libs/laya.core.js:12516:12) at Loader.onLoaded (file:///D:/layaTest/mylaya/bin/libs/laya.core.js:12493:11) at EventHandler.__proto.runWith (file:///D:/layaTest/my...
来源: Laya_社区 发布时间: 20171017
...机的QQ浏览器,访问layabox的游戏,worker有问题。 Laya.WorkerLoader.workerSupported 这个属性是为true的,但是加载资源解析png的过程中,解析失败了, Laya.loader.load的complete handler没有返回。假如把 Laya.WorkerLoader.workerenable 改为false,则游...
来源: Laya_社区 发布时间: 20180708
...Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Load.loader.getRes返回都是Null laya创建wxopendataviewer组件报 Cannot read property "createTexture" of null 的错误,疑似layabug Cannot read property 'offCanplay' of null laya2.9版本,脚本如何正确添加,现...
来源: Laya_社区 发布时间: 20171206