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

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

71. [0]Spine3.8.75报错:Error: Unsupported skeleton data, please export with a newer version of Spine. [ 78%]

...Stage = Laya.Stage; var Event = Laya.Event; var Stat = Laya.Stat; var SpineTemplet = Laya.SpineTemplet; class SpineBinary {     constructor() {         this.aniPath = "res/powerup-pro.skel";         this.index = -1;         // Laya.init(Browser.width, Browser.height, WebGL);       ...

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

72. 分享:如何为spine(龙骨)动画添加CLICK事件! [ 78%]

...系的,我们需要设置的是hitArea,如下所示 (function () { var Templet = Laya.Templet; var Event = Laya.Event; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var mFactory; var mArmature; (function () { Laya.init(Browser.width, Browser.height, WebGL); star...

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

73. spine动画放大后,遮罩显示不正常 [ 77%]

... }      loadActor(parent,path){         const         Templet = Laya.Templet,         Event = Laya.Event;         let mFactory = new Templet();         mFactory.on(Event.COMPLETE, this, this.parseComplete,[parent,mFactory]);         mFactory.on(Ev...

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

74. KeyNotFoundException: The given key was not present in the dictionary. [ 76%]

...源码 关于LAYA2.0下自己实现dictionary的问题 骨骼释放纹理 Templet.TEMPLET_DICTIONARY[this.url] url用错了导致Templet删不掉 问题状态 最新活动: 2017-11-29 12:13 浏览: 1382 关注: 4 人 wudi199553 • 2017-11-29 10:31 能上传一个unity模型 wudi199553 • 2017-11-2...

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

75. Laya3.0正式版spine3.8的动画资源不能正常显示 [ 76%]

...ineSkeleton = Laya.SpineSkeleton; import Loader = Laya.Loader; import SpineTemplet = Laya.SpineTemplet; const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { private skeleton: SpineSkeleton; private index: number = -1; public pageWidth: number; public pageHeight: n...

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

76. 同步龙骨插槽动画方案 [ 76%]

...a Ver2.1.1   export class MSketon {      private mFactory: Laya.Templet;     public mArmature: Laya.Skeleton     private _handler: Laya.Handler;      constructor(url: string, handler: Laya.Handler, aniMode: number = 0) {         this._handler = handler; ...

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

77. Spine切换动画后,站立动画抖动得厉害,特别是腿部 [ 76%]

....zip 2018-06-19 0 1 分享 微博 QZONE 微信 BookoMan 赞同来自: Laya.Templet播放spine,会报一个错误: laya.core.js:4334 Uncaught TypeError: Cannot set property 'a' of undefined     at Matrix.__proto.copyTo (laya.core.js:4334)     at Skeleton.__proto._createGraphics (laya.ani.js...

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

78. laya.d3.component.animation.RigidAnimations [ 75%]

...meAnimations started : Boolean是否已执行start函数。Component3D  templet : AnimationTemplet[override] RigidAnimations  url : String[override] [write-only] 设置url地址。 RigidAnimationsProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties Prope...

来源: laya_api 发布时间: 20170929

79. 骨骼动画如何做预加载? [ 75%]

骨骼动画如何做预加载? 只能通过templet做loadani吗? 2020-10-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 kylin 赞同来自: 通过Templet的loadani方法已经足够了啊,有其他需...

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

80. laya.ani.TempletLoader_API3.0 [ 75%]

...lic/Protected All Inherited Externals Only exported Menu Globals "laya/ani/TempletLoader" TempletLoader Class TempletLoader Hierarchy TempletLoader Implements IResourceLoader Index Methods load Methods load load(task: ILoadTask): Promise<Templet> Implementation of IResourceLoader.load Defined ...

来源: Laya3.0_api 发布时间: 20231115