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

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

1011. 为什么加载进度回调只调用了一次。下面有代码,求解答 [ 54%]

...下面有代码,求解答 Laya.loader.load(     // 资源     [{url:'res/atlas/comp.json',type:Laya.Loader.ATLAS}].concat(loadArr),     // 加载完成回调     Laya.Handler.create(null,function(){         var logintest = new loginTestView().init();         Laya.stage.addChild(login...

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

1012. HTMLDivElement [ 54%]

...LDivElement(); appendHtml.innerHTML="show animation  ==<animation src='res/ani_test.json'></animation>"; Laya.stage.addChild(appendHtml);   附件 : --> HelloWorld_Project.zip 2018-03-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...

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

1013. 使用API:loadAnimation 加载并播放动画问题 [ 54%]

...发布! 2.hero.ani路径是:bin\ani\hero.ani   3.资源atlas在:bin\res\atlas\war.atlas 4.代码如下 :   IDE版本:1.7.19.1beta tsc 版本:2.1.5     附件 : --> AirWar.zip 2018-08-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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

1014. 在native下,XMLHttpRequest调用getAllResponseHeaders返回undefined [ 54%]

在native下,XMLHttpRequest调用getAllResponseHeaders返回undefined 调试发现是因为在XMLHttpRequest的实现中,函数setResponseHeader只有定义没有被调用过,导致根本没有设置Response Headers,这样调用getAllResponseHeaders永远返回undefined 请看附件的1559...

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

1015. 位图字体ide无法注册 [ 54%]

...扩展名,外部保证fnt与png文件同名 this.mBitmapFont.loadFont("res/bitmapFont/test.fnt",new Laya.Handler(this,onLoaded)); function onLoaded(){ init(); } function init(){ Laya.Text.registerBitmapFont(this.mFontName,this.mBitmapFont); } 2018-03-29 0 1 分享 微博 QZONE 微信 为什么被...

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

1016. 自定义loadingView [ 54%]

...loading(50); } //加载引擎需要的资源 Laya.loader.load([{url: "res/atlas/comp.json", type: Loader.ATLAS}], Handler.create(this, onLoaded)); } 这里的dd=__JS__("window.loadingView"); 换成 ts 怎么写 Apple • 2018-04-16 16:22 直接 Laya.Browser.window.loadingView

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

1017. 骨骼动画的使用(TypeScript-3D基础(TS)-LayaAir3D之Animator动画) [ 54%]

...效果。 ```typescript //加载我们导出的场景 Laya.Scene3D.load("res/LayaScene_LayaMonkey/Conventional/LayaMonkey.ls",Laya.Handler.create(this,function(s){ Laya.stage.addChild(s); })); ``` ![](img/6.gif)(图6)

来源: Laya2.0_文档 发布时间: 20210715

1018. 骨骼动画的使用(JavaScript-3D基础(JS)-LayaAir3D之Animator动画) [ 54%]

...效果。 ```typescript //加载我们导出的场景 Laya.Scene3D.load("res/LayaScene_LayaMonkey/Conventional/LayaMonkey.ls",Laya.Handler.create(this,function(s){ Laya.stage.addChild(s); })); ``` ![](img/6.gif)(图6)

来源: Laya2.0_文档 发布时间: 20210715

1019. Laya.loader.load GPUMemory如何不增加 [ 54%]

...GPUMemory过高。               var tPath=this.mergePath(this._resPath,tTileSet.image);             this._loader.load(tPath,/*laya.net.Loader.IMAGE*/"image",false); 看了文件,会把json的图像资源全部加载出来,   如果我只想load下载到客户端文件缓存...

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

1020. Laya2.6.1 LayaNative 物理系统physicsSimulation.shapeCast调用奔溃 [ 54%]

...么分别调用?如图 使用Laya.loader.load缓存下来的文件还在res目录下吗?在编辑模式下怎么调用缓存下来的文件? 调用动画结束on方法,报错this.zombieAnimator.on is not a function Laya2.1.0 JS调用Java PlatformClass undefined .bat脚本能调用layaIDE的...

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