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

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

11. laya.ani.bone.Templet_API3.0 [ 77%]

...rotected All Inherited Externals Only exported Menu Globals "laya/ani/bone/Templet" Templet Class Templet 动画模板类 Hierarchy AnimationTemplet Templet Index Constructors constructor Properties _id aniSectionDic bindBoneBoneSlotDic boneSlotArray boneSlotDic deformAniArr destroyedImmediately dra...

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

12. laya.ani.TempletLoader_API3.0 [ 77%]

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

13. 跟视频做出现这个问题。怎么破 求解 [ 76%]

...出现这个问题。怎么破 求解 Warning: discard property,please use templet property instead. loader callback cost a long time:191 url=3d/man/hero.ani Warning: The (.lm) file is converted by old fbxTools,please reConverted it use lastest fbxTools version,later we will remove the support of ol...

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

14. "window.Background is not a constructor" [ 75%]

...lement 报错"Illegal constructor",请问这个该怎么处理? new Laya.Templet() 时,说这不是一个constructor 引擎SWF动画示例,提示 TypeError: MovieClip is not a constructor clas not a constructor LayaAir新建3D示例项目,在as开发模式下,运行报错 TypeError: Vector...

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

15. laya.ani.bone.BoneSlot_API3.0 [ 75%]

...playData currSlotData currTexture displayIndex name parent srcDisplayIndex templet type Methods copy draw drawBonePoint getMatrix replaceDisplayByIndex replaceDisplayByName replaceSkin setParentMatrix showDisplayByIndex showDisplayByName showSlotData createSkinMesh isSameMatrix Properties attachment...

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

16. 龙骨到底该怎么用 [ 70%]

...阶:https://ldc2.layabox.com/doc/?nav=zh-ts-3-3-0 报错了,提示Laya.Templet is not a constructor 和 Laya.Skeleton is not a constructor 龙骨资源倒是转换成功了,是该放在bin/res/下,还是laya/assets/下 附件 : --> Test.zip 2019-04-19 添加评论 免费帖 --> 分享 微博...

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

17. 示例 骨骼动画换装 加不上点击事件 [ 65%]

...2 分享 微博 QZONE 微信 houkaihua888 赞同来自: (function () { var Templet = Laya.Templet; var Sprite = Laya.Sprite; var Event = Laya.Event; var Browser = Laya.Browser; var Handler = Laya.Handler; var Stat = Laya.Stat; var Tween = Laya.Tween; var WebGL = Laya.WebGL; var mAniPath; var mStartX...

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

18. 有关龙骨的类Skeleton,一直调用不了 [ 64%]

...,一直提示构造不了方法,怀疑是平台bug。试过Skeleton、Templet都不行 附件 : --> DragonBones龙骨动画.zip 2020-08-30 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 唔够你强 赞同来自:...

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

19. laya.ani.AnimationPlayer_API3.0 [ 64%]

...Time destroyed overallDuration paused playDuration playEnd playStart state templet Methods event hasListener off offAll offAllCaller on once play playByFrame stop Constructors constructor new AnimationPlayer(): AnimationPlayer Defined in laya/ani/AnimationPlayer.ts:268 创建一个 AnimationPlayer ...

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

20. 使用对象池重复使用skeleton报错,请问有解决方案吗?谢谢 [ 63%]

... Laya.Skeleton() 就没问题。   伪代码: const ​temp = new Laya.Templet(); temp.parseData(xxx, xxx, 0);   // 从对象池中获取skeleton const skeleton = Laya.Pool.getItemByClass('abc', Laya.Skeleton); skeleton.init(temp, 0);   // skeleton使用完放入对象池 Laya.Pool.recover('ab...

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