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

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

21. exception info:[SyntaxError: JSON Parse error: Expected '}'] at line 22 [ 76%]

...: Error Could not attach to main target 微信小程序里加载json文件 Loader.load加载json类型的资源,完成后调用Loader.clearRes后,并不能真正释放资源的bug spine动画转换失败,加载错误:导出二进制数据出错:writeUint8 error - Out of range261, 有谁知道什...

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

22. 如何把几个图集动画有布局显示在一个页面上 [ 76%]

...。 然後把你要的動畫圖集塞入 Array 陣列中。 最後用 Laya.loader.load 去加載 Array 陣列中的內容。 2017-08-14 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 styleflying 相关问题 两个对象new了一个相...

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

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

急急 在线等 加载xml 后直播无法自动播放 附示例项目 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);...

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

24. unity里导出的骨骼动画无法读取 [ 75%]

...的插件的参数,你看下有没有错误   读取代码:    Laya.loader.create("res/1.lh",Handler.create(this,onModelOK),null,Sprite3D); private function onModelOK():void         {              //添加3D场景              var scene:Scene = new Scene();  ...

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

25. UI图片资源不显示 [ 75%]

... 微博 QZONE 微信 hjy1234123 赞同来自: json文件没加载Laya.loader.load([{url: "res/atlas/**.json", type: Loader.ATLAS}], Handler.create(this, onLoaded)); 像这样加载一下,再打开界面 2017-02-09 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...

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

26. Scene.load加载的时候无法正确的识别ResourceVersion [ 75%]

...n图集加载问题 请问下加载TFF字体要怎么加载呢? 请问下loader如何强制加载一个文件,避免浏览器的缓存 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 laya3D动画无法播放 unity到导出场景加载...

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

27. 调用时间轴动画丢失皮肤问题? [ 73%]

...用的教程里面的那个例子~ haisenshushu • 2018-03-29 15:48 Laya.loader.load("res/atlas/comp.json", Laya.Handler.create(this, onLoaded)); function onLoaded() { //创建一个Animation实例 var tl = new Laya.Animation(); //加载动画文件 tl.loadAnimation("XXXXX1.ani"...

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

28. 直接new sprite 跟graphics.drawTexture 有什么区别 [ 72%]

...sprite 跟graphics.drawTexture 有什么区别 var downScoreTexture = Laya.loader.getRes("img/game/kc/score.png"); var _downScore = new Sprite(); _downScore.pos(150,130); _downScore.graphics.drawTexture(downScoreTexture); touPane.addChild(_downScore); 这个东西,跟 直接new sprite 然后loadim...

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

29. 使用多个时间轴动画 demo.ani(0,true,'name')失效 [ 70%]

...lor = "#ffffff"; //加载图集成功后,执行onLoaded回调方法 Laya.loader.load("res/atlas/ui/boos.atlas", Laya.Handler.create(this, onLoaded)); function onLoaded() { // //创建一个Animation实例 // var tl = new Laya.Animation(); // //加载动画文件 // tl.loadAnimation("test.ani"); //...

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

30. Image和HtmlImageElement加载同一张图会显示不出来 [ 68%]

...; 10; ++i) {      var url:String = "res/xxx" + i + ".png";      Laya.loader.load(url); }   // 先Image var img:Image = new Image(); img.skin = "res/test1.png"; img.pos(100, 100); // 再Html var html = new HTMLDivElement(); html.innerHTML = "<img src='res/test1.png'/>"; html.pos(150, 10...

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