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

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

51. 照着官方文档写的 Dialog 报错? [ 67%]

照着官方文档写的 Dialog 报错? var LoadResource = function () { LoadResource.prototype.init = function () { this._container = new Sprite(); Laya.stage.addChild(this._container); Laya.loader.load(["../bin/res/ui/progressBar.png", "../bin/res/ui/progressBar$bar.png"], Handler.create(this, ...

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

52. 使用Laya.loader.load加载zip资源.稍微大一点,比如300多k.ios系统就会回调空数据 [ 66%]

使用Laya.loader.load加载zip资源.稍微大一点,比如300多k.ios系统就会回调空数据 这个有解决方案么? 2018-03-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 qian 赞同来自: 这个你...

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

53. JS进度条加载问题 [ 66%]

...function () { Laya.init(720, 1280); var pro1={url:"comp/BG1.jpg",type:Laya.Loader.IMAGE}; var pro2={url:"comp/BG1.jpg",type: Laya.Loader.IMAGE}; var proArr = []; proArr[0]=pro1; proArr[1]=pro2; Laya.loader.load(proArr,Laya.Handler.create(this,onProLoaded)); if(Laya.Browser.onAndriod) { Laya.stage.sc...

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

54. TypeError: Laya.Browser.window.conch.setFontFaceFromBuffer is not a function [ 66%]

...ad property 'props' of undefined Uncaught TypeError: Cannot read property 'load' of null 用微信开发者调试的时候出现document.createTextNode is not a function at api readFile fail callback function LayaAir新建3D示例项目,在as开发模式下,运行报错 TypeError: Vector3 is not...

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

55. 简单粒子效果,发布成单机版apk在移动端安装运行,结果显示不出来 [ 66%]

...tp://layaair.ldc.layabox.com/demo/?Particle_T1  ) 主要就是: Laya.loader.load("SnowParticle.part", Handler.create(this, onAssetsLoaded), null, Loader.JSON);           public function onAssetsLoaded(settings:ParticleSetting):void         {             sp = new Particle2...

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

56. laya.ui.Button_API3.0 [ 65%]

...。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var button:Button = new Button("resource/ui/button.png","la...

来源: Laya3.0_api 发布时间: 20231115

57. Uncaught unknown animationClip version. [ 65%]

... 2019-05-01 1 0 分享 微博 QZONE 微信 Zong 赞同来自: Laya.Scene3D.load("LayaScene_scene1/Conventional/scene1.ls", Laya.Handler.create(this, function (s: Laya.Scene3D): void { var scene = s; Laya.stage.addChild(scene);         }));   加载代码 2019-03-13 0 0 分享 微博 QZONE ...

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

58. 加载的nativeimage处理 [ 65%]

加载的nativeimage处理 Loader的load方法type是nativeimage的时候,加载到的img如何应用到Sprite显示出来 2017-06-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 cuixueying 赞同来自: { La...

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

59. TS加载位图报错求大神解决 [ 65%]

...: 2 人 189*****540 • 2018-08-09 21:27 没法啊,还是出现failed to load Laya_Aaron • 2018-08-10 10:25 资源先预加载一下 189*****540 • 2018-08-10 15:02 怎么预加载啊 Laya_Aaron • 2018-08-10 17:27 @189*****540:看文档

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

60. 个人笔记:失焦或静音状态下播放背景音乐无效的解决方案 [ 65%]

...uted){ return null; } }; var tSound; if (!Browser.onMiniGame){ tSound=Laya.loader.getRes(url); } if (!soundClass)soundClass=SoundManager._soundClass; if (!tSound){ tSound=new soundClass(); tSound.load(url); if (!Browser.onMiniGame){ Loader.cacheRes(url,tSound); } }; var channel; channel=tSound.play(...

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