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

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

711. UI图片资源不显示 [ 57%]

...载到 Laya.loader.load([{url: "res/atlas/**.json", type: Loader.ATLAS}], Handler.create(this, onLoaded)); 像这样加载一下,再打开界面 2017-02-09 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 lucybaba 相关问题 请问Laya...

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

712. 摄像机添加天空盒没有skyboxMaterial属性 [ 57%]

...BaseMaterial.load("../../../../res/threeDimen/skyBox/skyBox1/skyBox.lmat", Handler.create(null, function(mat:BaseMaterial):void {     //获取相机的天空渲染器     var skyRenderer:SkyRenderer = camera.skyRenderer;     //创建天空盒的mesh     skyRenderer.mesh = SkyBox.instance;  ...

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

713. load 跨域请求 [ 57%]

load 跨域请求 Laya.loader.load(resUrl+'bin/res/atlas/dice.json', Laya.Handler .create(this, this.init), null, Laya.Loader.ATLAS); 这个json提示跨域了,怎么解决好 2017-07-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

714. 自定义loadingView [ 57%]

....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

715. 怎么使用ttf,版本2.0.2 [ 57%]

...交 3 个回复 Laya_Aaron 赞同来自: Laya.loader.load("abc.ttf",Laya.Handler.create(this, this.abc)); demo里没写预加载字体的代码, 先加载字体,然后再在回调方法里 初始化场景 abc():void{         GameConfig.startScene && Laya.Scene.open(GameConfig....

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

716. Laya.loader.getRes的声音资源如何用Laya.SoundManager播放? [ 57%]

... var soundData = null; Laya.loader.load("res/audio/TheSacredWar.ogg", Laya.Handler.create(Laya.stage, function () { console.log('音乐加载完成>>>-----------------|>'); soundData = Laya.loader.getRes("res/audio/somesound.ogg"); }), null, Laya.loader.SOUND);请教一下Laya.SoundManag...

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

717. 加载一个txt文件 getRes出来类型为string 能转换成数组吗 [ 57%]

...来类型为string 能转换成数组吗 Laya.loader.load("res/text.txt", Handler.create(this, onAssetLoaded1), null, Loader.TEXT); var pic1 = Loader.getRes("res/2D特效/text.txt"); console.log(typeof pic1); 输出的类型为string 2017-06-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...

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

718. 请教:粒子的官方教程中的配置文件是从哪里得到了? [ 57%]

...码时,有一句是 Laya.loader.load("res/particles/particleNew.part", Handler.create(this, onAssetsLoaded), null, Loader.JSON);   其中这个 res/particles/particleNew.part文件是怎么获得的?谢谢   如下图 附件 : --> 2018-03-17 添加评论 免费帖 --> 分享 微博 QZONE 微...

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

719. native2.0压缩纹理如何使用 [ 57%]

...微博 QZONE 微信 xiaoman122 赞同来自: Laya.loader.load("res/1.pkm", Handler.create(null, function():void {     var spr:Sprite = new Sprite();     spr.loadImage("res/1.pkm");     spr.pos(100, 100);     Laya.stage.addChild(spr); }), null, Loader.IMAGE); 附件就是tp转的图片,这...

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

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

...ya.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