大约有 29 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0051 秒)
...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
...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
...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
...出现这个问题。怎么破 求解 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
...lement 报错"Illegal constructor",请问这个该怎么处理? new Laya.Templet() 时,说这不是一个constructor 一直报 GamePage is not a constructor 急求解决 引擎SWF动画示例,提示 TypeError: MovieClip is not a constructor TypeError: Laya.MovieClip is not a constructor Laya.H...
来源: Laya_社区 发布时间: 20190102
...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
... 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
...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
...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
...阶: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