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

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

31. 龙骨转化后显示bug [ 80%]

...在龙骨里面没有缩放图片,但是laya转化后就变缩放了,effect压缩包是龙骨工程,标签 qingtianzhu_skill_myself播放不对 附件 : --> effect.zip 2018-04-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

32. 加载SK文件时,报错如下:Uncaught getUint16 error - Out of bounds [ 80%]

...re(1); Laya.stage.addChild(roleAni); }) roleTemp.loadAni('res/spine/knight/effect1.sk'); SK动画已经预加载了:Laya.loader.load(['res/spine/knight/effect1.png', 'res/spine/knight/effect1.sk'], Handler.create(this, init)); 2018-03-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

33. SVG渐变精灵的扩展脚本继承了多个精灵, 在safari环境下重叠了渲染 [ 80%]

...:   /** * this class is a extension of texts with gradient color  */ var effect; (function (effect) {     var GradientText = (function (_super) {         const style = {             DEFAULT: "default",             VERTICAL: "vertical",             HORIZONTAL: "horizontal", ...

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

34. Laya 2.3添加了ColorFilterSetter组件之后无法运行 [ 79%]

...复 老衲当时慌了 赞同来自: ggxxyy Laya.ClassUtils.regClass("laya.effect.ColorFilterSetter", Laya.ColorFilterSetter); Laya.ClassUtils.regClass("laya.effect.GlowFilterSetter", Laya.GlowFilterSetter); Laya.ClassUtils.regClass("laya.effect.BlurFilterSetter", Laya.BlurFilterSetter);在启动的...

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

35. 加载sk文件时,报Uncaught getUint16 error - Out of bounds [ 79%]

...re(1); Laya.stage.addChild(roleAni); }) roleTemp.loadAni('res/spine/knight/effect1.sk'); SK动画已经预加载了:Laya.loader.load(['res/spine/knight/effect1.png', 'res/spine/knight/effect1.sk'], Handler.create(this, init));

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

36. 怎么清理掉 Sprite3D 相关的缓存资源, 资源destroy后内存还下降、。 [ 79%]

...nction destroy(destroyChild:Boolean = true):void {             if(effect3D != null){                 effect3D.destroy();                 effect3D = null;             }             super.destroy(true);             Laya.loader.clearRes(this._...

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

37. 3D场景销毁后,仍有引用存在,内存中场景及引用其的对象无法销毁 [ 77%]

...scene.addChild(this.camera);         Laya.loader.create("res/scene_Effect/Conventional/Effect_zhujue_attack.lh", Laya.Handler.create(this, () => {              let item = Laya.loader.getRes("res/scene_Effect/Conventional/Effect_zhujue_attack.lh");           ...

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

38. 小游戏内 个别手机出现图片花了 像马赛克一样的东西,很多图片不显示 [ 75%]

...tlas', "type":Laya.loader.ATLAS }, { "url": 'res/atlas/effect_ani/crown_gold_ani.atlas', "type":Laya.loader.ATLAS }, { "url": 'res/atlas/effect_ani/power_ani/power_drop_ani.atlas', "type":Laya.loader.ATLAS }, { "url": 'res/atlas/effect_ani/...

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

39. UI弹窗 · LayaAir3.0文档 · LAYABOX [ 75%]

...建2、Dialog属性介绍2.1 Drag Area属性2.2 Is Modal属性2.3 Is Show Effect 属性2.4 Is Popup Center属性3、代码创建Dialog组件Dialog组件参考 Dialog继承于View,主要用于弹窗面板, 1、Dialog组件创建 Dialog组件可以通过IDE的可视化操作直接进行创建,...

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

40. 用u3d导出的粒子效果,不能移动粒子的位置 [ 74%]

...置 var particleSprite3D:Laya.Sprite3D = Laya.Sprite3D.load("res/LayaScene_effect/effect.lh") as Laya.Sprite3D; particleSprite3D.transform.translate(new Laya.Vector3(0,20,0)) this.scene.addChild(particleSprite3D); 用u3d导出的粒子效果,不能移动粒子的位置 2018-05-16 添加评论 悬...

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