大约有 819 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0056 秒)
Laya_社区(779) Laya2.0_文档(14) Laya2.0_示例(8) Laya_示例(7) Laya3.0_api(5) laya_api(3) Laya2.0_api(2) Laya3.0_文档(1)
...zip包已经上传 请各位大佬解答一下 //加载spine动画 this.skeleton = new Laya.Skeleton (); Laya.stage.addChild(this.skeleton); this.skeleton.pos(parseInt (npcPos[0]), parseInt (npcPos[1])); this.skeleton.load (this.curNpcInfo.npcPath); 附件 : --> 70003.zip 2019-05-16 添加...
来源: Laya_社区 发布时间: 20190516
...tected All Inherited Externals Only exported Menu Globals "laya/spine/SpineSkeletonRenderer" SpineSkeletonRenderer Class SpineSkeletonRenderer Hierarchy SpineSkeletonRenderer Index Constructors constructor Properties premultipliedAlpha templet vertexEffect Methods draw Constructors constructor new S...
来源: Laya3.0_api 发布时间: 20231115
Skeleton骨骼动画内存泄漏 问题描述: 快捷键1创建骨骼动画,快捷键2销毁骨骼动画,如此重复,FPS内存会一直往上升,降不下来。 核心代码如下: private te:Laya.Templet; private sk:Laya.Skeleton; private onKeyDown(e):void{ if(e.keyCode == 49 || e.key...
来源: Laya_社区 发布时间: 20190320
...Y, mAnimationArray = [], mFactory, mActionIndex = 0; class PerformanceTest_Skeleton { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler, Loader = Laya.Loader; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.widt...
来源: Laya2.0_示例 发布时间: 20241123
...aya.webgl.WebGL; import laya.net.URL; import laya.ani.bone.Skeleton; public class LayaUISample { public function LayaUISample() { //初始化引擎 Laya.init(600, 400,WebGL); ...
来源: Laya_社区 发布时间: 20180828
...容: 1. 可绑定内容的骨骼动画 export default class BindSkeleton extends Laya.Skeleton { private __bindList:BindSource[]; constructor(){ super(); this.__bindList=[]; } /** * 绑定 * @param source */ bind(source:BindSource):void{ let index:number=this.__bindList.indexOf(so...
来源: Laya_社区 发布时间: 20190805
... templet.on(Laya.Event.COMPLETE, this, () => { this.skeleton = templet.buildArmature(1); this.pos1.addChild(this.skeleton); this.skeleton.play("work", true); }); templet.loadAni("spine/ndz01/ndz01....
来源: Laya_社区 发布时间: 20210811
...rotected All Inherited Externals Only exported 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...
来源: Laya3.0_api 发布时间: 20231115
...创建,报错 调用下面代码,销毁骨骼动画和它的模板后 skeleton.player.templet.destroy(); Skeleton.destroy(); 再调用下面代码,新建模板并且创建骨骼 var sk:Skeleton=new Skeleton(); var templet:Templet = new Templet(); templet.parseData(texture, arrbuffer, 20); s...
来源: Laya_社区 发布时间: 20170222
Spine动画闪烁 创建多个Skeleton, 同时播放不同动作会闪烁 附件 : --> Test.zip 2018-12-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: * 创建动画 *...
来源: Laya_社区 发布时间: 20181205