大约有 448 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0105 秒)
Laya_社区(352) Laya3.0_api(19) Laya2.0_文档(19) Laya2.0_api(16) laya_api(13) Laya2.0_示例(10) Laya_示例(10) Laya3.0_文档(9)
# LayaAir引擎适配版Spine骨骼动画使用 > *本篇采用LayaAirIDE 2.12.0版本截图说明,如有差异,请下载最新稳定版本的LayaAirIDE,并以最新版本为准。* 在2.12.1beta版的LayaAir中我们将免费开放Spine骨骼动画适配版,本篇文章我们将详细介绍...
来源: Laya2.0_文档 发布时间: 20210715
...和关闭自动缓存 LayaAir引擎使用TiledMap时,默认会将没有动画的地块自动缓存起来,并且缓存类型默认为normal。 ```java //自动缓存没有动画的地块 tMap.autoCache = true; //自动缓存的类型,地图较大时建议使用normal tMap.autoCacheType = "normal"...
来源: Laya2.0_文档 发布时间: 20210714
...d Menu Globals "laya/ani/GraphicsAni" GraphicsAni Class GraphicsAni Graphic动画 Hierarchy Graphics GraphicsAni Index Constructors constructor Accessors cmds Methods addCmd alpha clear clipRect destroy drawCircle drawCurves drawEllipse drawImage drawLine drawLines drawPath drawPie drawPoly drawRect...
来源: Laya3.0_api 发布时间: 20231115
...1.7.16) LayaAirIDE下如何使用mask? spine在微信小游戏中切换动画无法显示 Laya3.3.0 beat4 发布windows 无法导出自己的wasm文件 发布到vivo平台后,龙骨动画无法显示 微信小程序canvas如何使用layaAir引擎 更新LayaAir 3.1.0-beta.1后编译不了 dialo...
来源: Laya_社区 发布时间: 20250726
...ding.visible = false; this.baseBox.addChild(this.refreshLoading); // 加载动画 this.loadingAni = new Animation(); this.loadingAni.loadAnimation("res/ui/refreshList/ani/Refresh.ani"); this.loadingAni.pos(27, 36); this.loadingAni.autoPlay = true; this.refreshLoading.addChild(this.loadingAni); // ...
来源: Laya2.0_示例 发布时间: 20260303
...enu Globals "laya/display/AnimationBase" AnimationBase Class AnimationBase 动画基类,提供了基础的动画播放控制方法和帧标签事件相关功能。 可以继承此类,但不要直接实例化此类,因为有些方法需要由子类实现。 Hierarchy Sprite AnimationBase FrameA...
来源: Laya3.0_api 发布时间: 20231115
...display/FrameAnimation" FrameAnimation Class FrameAnimation 节点关键帧动画播放类。解析播放IDE内制作的节点动画。 Hierarchy AnimationBase FrameAnimation EffectAnimation Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior ...
来源: Laya3.0_api 发布时间: 20231115
...ported Menu Globals "laya/ani/bone/Skeleton" Skeleton Class Skeleton 骨骼动画由Templet,AnimationPlayer,Skeleton三部分组成。 Hierarchy Sprite Skeleton Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag draw...
来源: Laya3.0_api 发布时间: 20231115
...怎么删除释放资源? [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 分享:LayaAir下如何获取图集下的小图资源? 3D模型无法修改scale? 关于发布oppo、vivo快游戏,无法生成Rpk问题 Adobe Flash Builder 4.7无法编译Lay...
来源: Laya_社区 发布时间: 20181219
人物行走图动画 现在我按照动画 -- 图集动画教程制作了人物行走图,图片是用TexturePackage导出的。但是不知道为什么图片是从第二张图片(迈出左脚的那张图片)开始的。 还有Loader.ATLAS是static] 图集类型,加载完成后返回图...
来源: Laya_社区 发布时间: 20160712