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

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

91. Laya2.1 加载spine动画会随机出现抖动 [ 86%]

...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

92. laya.spine.SpineSkeletonRenderer_API3.0 [ 85%]

...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

93. Skeleton骨骼动画内存泄漏 [ 85%]

Skeleton骨骼动画内存泄漏 问题描述: 快捷键1创建骨骼动画,快捷键2销毁骨骼动画,如此重复,FPS内存会一直往上升,降不下来。 核心代码如下: private te:Laya.Templet; private sk:Laya.Skeleton; private onKeyDown(e):void{ if(e.keyCode == 49 || e.key...

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

94. 性能测试-骨骼 [ 85%]

...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_示例 发布时间: 20240929

95. sk文件加载 [ 85%]

...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

96. Laya 绑定显示内容到骨骼动画 [ 84%]

...容:   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

97. 龙骨删除后内存不减少 [ 84%]

...  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

98. laya.ani.bone.Skeleton_API3.0 [ 82%]

...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

99. 骨骼动画销毁后再创建,报错 [ 82%]

...创建,报错 调用下面代码,销毁骨骼动画和它的模板后 skeleton.player.templet.destroy(); Skeleton.destroy();   再调用下面代码,新建模板并且创建骨骼 var sk:Skeleton=new Skeleton(); var templet:Templet = new Templet(); templet.parseData(texture, arrbuffer, 20); s...

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

100. Spine动画闪烁 [ 81%]

Spine动画闪烁 创建多个Skeleton, 同时播放不同动作会闪烁 附件 : --> Test.zip 2018-12-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: * 创建动画          *...

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