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

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

711. load 粒子的时候永远出错 [ 72%]

...ate.part [error]Failed to load: res/rotate.part   我的代码:   Laya.loader.load("res/rotate.part", Handler.create(this, this.onAssetsLoaded),null,Laya.Loader.JSON);   我再bin/res/rotate.part是存在的 2018-02-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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

712. Uncaught TypeError: Cannot read property '_tf' of null [ 72%]

...nction main():void {   _guideImage = new Image();   _guideImage.source = Loader.getRes("source/png/ui/1/guideImg.png");     tweenGuide1(_guideImage );     Tween.clearAll(_guideImage);   _guideImage.destroy(true);   _guideImage.dispose();   _guideImage = null; }   public function tweenGui...

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

713. import 什么用,需要注意哪些 [ 72%]

... import Label = laya.ui.Label; import Handler = laya.utils.Handler; import Loader = laya.net.Loader;    UI项目的例子是这样写了!  2017-02-24 0 1 分享 微博 QZONE 微信 Laya_XS 赞同来自: 基于LayaAir引擎的类都需要加上Laya.的头标识,这是官方规定的,你按...

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

714. fillTexture使用问题 [ 72%]

... number = 1188; static height: number = 594; constructor() { super(); Laya.loader.load("res/images/map_01.png", Laya.Handler.create(this, this.bgLoaded)); } bgLoaded(): void { let t: Laya.Texture = Laya.loader.getRes("res/images/map_01.png"); this.width = 1000; this.height = 500; this.graphics.fillT...

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

715. UI-ComboBox [ 72%]

...tage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Laya.loader.load(skin, Handler.create(this, this.onLoadComplete)); } onLoadComplete() { let cb = this.createComboBox(skin); cb.autoSize = true; cb.pos((Laya.stage.width - cb.width) / 2, 100); cb.autoSize = false; } createComboBox(...

来源: Laya2.0_示例 发布时间: 20241119

716. ani用到的图集资源清理之后再次用load进来,重新创建ani,ani不现实的bug [ 72%]

...有一个a.ani文件,这个a.ani需要用到b.json图集。 先用Laya.loader.load加载b.json图集,然后在加载完成的处理函数里面new一个Animation,将a.ani显示出来   过一会移除a.ani,并且用Laya.loader.clearRes删除b图集   又过一会,重新用Laya.loader.loa...

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

717. [LayaAirIDE3]Spine龙骨动画问题 [ 72%]

...文件的第一个插槽名称 let spineTemplet: SpineTemplet = await Laya.loader.load(skelPath, Laya.Loader.SPINE); let texture = spineTemplet.getTexture(slotName); 使用spineTemplet.getTexture无法通过插槽名称获取到插槽对应的纹理.求问这个api具体要怎么使用.还是spine...

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

718. 微信小游戏,动态加载资源很慢 [ 72%]

...nventional/NewBuilds.lh", "./LayaScene_111/Conventional/smoke.lh"];  Laya.loader.create(res3D, Laya.Handler.create(this, this.createBuild));这句子去获取资源,然后用 Laya.Loader.getRes("./Prefab/Conventional/NewBuilds.lh");方法去读取相应的文件,可是发现资源加载还是...

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

719. 怎么清理掉 Sprite3D 相关的缓存资源 [ 72%]

... Sprite3D 相关的缓存资源 通过 lh格式 生成的 Sprite3D, Laya.loader.create(_path, Handler.create(this,OnComplete),null,Sprite3D); 要怎么清理掉他的所有缓存资源? 附件 : --> 2018-05-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请...

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

720. 3D资源如何释放 [ 72%]

...放 加载的sprite3D如何正确的释放,有没有统一的方式。 Loader.create方法添加来的贴图资源,怎么释放销毁?       附件 : --> TestLaya.zip 2017-12-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...

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