大约有 799 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0061 秒)
Laya_社区(467) Laya3.0_api(111) Laya3.0_文档(62) Laya_示例(45) Laya2.0_api(42) laya_api(39) Laya2.0_文档(24) Laya2.0_示例(9)
...rikenParticleMaterialInheritanceShurikenParticleMaterial BaseMaterial laya.resource.Resource ShurikenParticleMaterial 类用于实现粒子材质。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alphaTest : Boolean 获取是否透明裁剪...
来源: Laya2.0_api 发布时间: 20190513
Texture自动恢复还是存在另外的问题 laya.resource.Texture类 __proto.recoverBitmap=function(){ var _$this=this; var url=this._bitmap.url; if (!this._destroyed && (!this._bitmap || this._bitmap.destroyed)&& url){ ...
来源: Laya_社区 发布时间: 20190311
... console.log("播放完成"); } 运行能正常运行但是控制台提示 Resources already exist,is repeated loading: D:/html5yx/project_zz/myxfj/bin/res/sound/bloodstream_bg.mp3 请问这是怎么回事。 附件 : --> 2018-03-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20180320
...emo了,相关问题论坛上已经很多人发现了。 1)调用 Laya.Resource.destroyUnusedResources(); 后,再进入包含mask的scene,画面就会不正常,全屏闪烁,mask图片上显示错乱的贴图。 2) 使用graphics.drawPie结合mask时,进度条不断刷新增长时会闪...
来源: Laya_社区 发布时间: 20190516
...在执行释放资源的逻辑时,按资源路径无法获取到资源,resource 始终为 undefined,如下图: 想问一下这是什么原因?可以怎么解决? 附件 : --> 2018-07-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20180714
...包就产生一个.res文件 "/Applications/LayaAirIDE_beta.app/Contents/Resources/app/out/vs/layaEditor/libs/TP/atlas-generator" -S 2048 -s 512 "/Users/passionzhang/Develop/wegame/wordwar/laya/assets/comp" -o "/Users/passionzhang/Develop/wegame/wordwar/laya/assets/atlas" --dataFormat json --scale 1...
来源: Laya_社区 发布时间: 20180204
...Accessors awaked bounds destroyed enabled hideFlags id lodCullRateArray lodResource Methods _cloneTo _initialize _setOwner applyResource destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onReset onStart onUpdate Constructors constructor new HLOD(): HLOD Overr...
来源: Laya3.0_api 发布时间: 20231115
...个空项目,什么都没改动,调试就开始报错 Failed to load resource: net::ERR_FILE_NOT_FOUN file:///F:/Qui/sife/dev/TigerGame/bin/libs/matter-RenderLaya.js 我看了下Lib里面没有matter-RenderLaya.js但是有个LayaRender.js 他们是同一个吗? 2017-02-22 添加评论 免...
来源: Laya_社区 发布时间: 20170222
...perties of undefined (reading 'skeleton')at /C:/Program%20Files/LayaAirlDE/resources/app.asar/sceneEditor.js:2 附件 : --> 2024-07-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 chen 赞同来自: 解决了吗...
来源: Laya_社区 发布时间: 20240716
...建完毕,此方法只执行一次 onAwake(): void { this.ani.source = "resources/role.atlas"; //接收动画数据源为图集 this.ani.autoPlay = true; //开启自动播放 this.ani.wrapMode = 0; //播放模式为正序播放模式(POSITIVE) this.ani.interval = 50; //动画播放的帧间隔...
来源: Laya3.0_文档 发布时间: 20251010