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

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

1221. 2.0 添加场景雾之后 粒子特效离原点越远 效果越淡 [ 43%]

...淡 代码添加场景雾:   //添加3D场景 GamePanel.curScene = Laya.loader.getRes("res/LayaScene_wu/Conventional/wu.ls"); Laya.stage.addChildAt(GamePanel.curScene, 0); //开启雾化效果 GamePanel.curScene.enableFog = true; //设置雾化的颜色 GamePanel.curScene.fogColor = new Laya.Vector...

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

1222. 多线程Worker · LayaAir3.0文档 · LAYABOX [ 43%]

....init(600,400,Laya.WebGL); //设置Laya提供的worker.js路径 Laya.WorkerLoader.workerPath = "libs/worker.js"; //开启worker线程 Laya.WorkerLoader.enable = true; //加载引擎需要的资源 Laya.loader.load("../atlas/comp.atlas",Laya.Handler.create(this,this.onLoaded)); } private onLoaded():v...

来源: Laya3.0_文档 发布时间: 20241014

1223. 问一个关于小游戏加载图片的问题 [ 43%]

...的Button 分享一个TS版本的3D2D结合的单机斗地主Demo 请问下loader如何强制加载一个文件,避免浏览器的缓存 路径是对的,但老是,调试控制台提示:错误,图片是IDE自带的,也不显示 问题状态 最新活动: 2018-04-28 17:01 浏览: 1823 关...

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

1224. 微信小游戏中不能加载proto文件 [ 42%]

...valid url "res/protobuf/Login.proto"   具体代码: (function () { var Loader = Laya.Loader; var Browser = Laya.Browser; var Handler = Laya.Handler; console.log("!____________________________________")  var ProtoBuf = Browser.window.protobuf;  // Laya.init(550, 400);  ProtoBuf.load("res/proto...

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

1225. 版本从1.7.11更新到1.8.0beta后原来的3D模型vivo x7等几款手机加载失败,其他手机加载没问题。 [ 41%]

...等几款手机加载失败,其他手机加载没问题。   使用Laya.loader.create() 加载所有3D资源时加载到20%的时候停止不动了,原来版本没有问题,现在版本vivo x7等机型有问题,小米华为等机型没有问题。模型已经上传到附件了,大神...

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

1226. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 41%]

...内容并返回。如果不需要支持热重载,则忽略。 @Laya.regLoader(["abc"], null, true) export class DemoAssetLoader implements Laya.IResourceLoader { async load(task: Laya.ILoadTask): Promise<any> { let json = await task.loader.fetch(task.url, "json"); let res = task.obsoluteInst...

来源: Laya3.0_文档 发布时间: 20241014

1227. 在微信小游戏中,主域中显示开发域的list为什么显示不全? [ 41%]

...ya.ResourceVersion.FILENAME_VERSION);  function beginLoad(){     Laya.loader.load("res/atlas/comp.atlas", Laya.Handler.create(null, onLoaded)); }*/  function updateItem(cell, index) { cell.setImg(cell.dataSource); }  function onLoaded(): void {      var rankList = new Laya.List();    ...

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

1228. laya1.0 的3D项目,GPU型号为Adreno 405的加载3D资源时会报错 [ 41%]

...age:cache/bsycdn.aip.cn_v1_qudaoceshi_android_current_bin/ff551fdd      loader callback cost a long time:183 url=res/3d/monster/Assets/ResourcesData/monster/mon_neilongga/mon_neilongga-walk.lani 08-20 16:53:50.990 309-2557/? E/Fence: Throttling EGL Production: fence 119 didn't signal in 3000 ms 0...

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

1229. 分享:图集资源做位图文本的工具类(知道fontclip组件的可以略过了,之前一直没注意到这个组件) [ 40%]

...is.getResName(char); let sp: Laya.Sprite = this.getSprite(); let tx = Laya.Loader.getRes(resName); if (!tx) { console.warn(TipConfig.tips.haveNoTheChar, char); } sp.texture = tx; this.chars.push(sp); this.addChild(sp); } this.sortCharsByAlign(this._align); } /** * 水平对齐方式 */ public set al...

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

1230. 做了一个最简单的显示微信子域的程序,但是报错Cannot read property 'USER_DATA_PATH' of undefined [ 39%]

...体都不行,请问怎么才能加载预制体,这个方法报错 Laya.loader.create,单独运行子域项目是没问题 177*****949 • 2018-11-08 20:25 @嘿哈 还没有解决吗 ? bingo • 2018-11-16 18:03 我也出现这个问题了,怎么解决呢 bingo • 2018-11-18 10:55 Laya.MiniA...

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