大约有 8 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0029 秒)
...s.role { import laya.ani.bone.Skeleton; import laya.ani.bone.Templet; import laya.events.Event; public class CombatRole extends BaseRole { private var _templet:Templet; public function CombatRole() { ...
来源: Laya_社区 发布时间: 20170204
...处不累述package { import laya.ani.bone.Skeleton; import laya.ani.bone.Templet; import laya.display.Sprite; import laya.display.Text; import laya.events.Event; import laya.utils.Browser; import laya.utils.Stat; import laya.webgl.WebGL; public class LayaAirDemo { private var templete:Templet;//动...
来源: Laya_社区 发布时间: 20170324
...播放的时候只有一个纹理在播放 let skeleton:Laya.Skeleton = templet.buildArmature(0); bone.skeleton = skeleton; if(bone.isRever) { bone.skeleton.scaleX = -1; } bone.addChild(skeleton); skeleton.on(Laya.Event.STOPPED, this, this.playCom, [bone]); skeleton.play(bone.direction, false); ...
来源: Laya_社区 发布时间: 20171225
...放索引! package { import laya.ani.bone.Skeleton; import laya.ani.bone.Templet; import laya.events.Event; import laya.webgl.WebGL; public class DragonDemo { private var mFactory:Templet; private var mArmature:Skeleton; private var index:int;//帧频 private var time:Number; public function Drago...
来源: Laya_社区 发布时间: 20170509
Templet值 如何获取Templet里面是否有值? 2018-05-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: http://layaair.ldc.layabox.com/api/?category=Core&class=laya.ani.bone.Te...
来源: Laya_社区 发布时间: 20180508
...骨动画! package { import laya.ani.bone.Skeleton; import laya.ani.bone.Templet; import laya.display.Sprite; import laya.events.Event; import laya.utils.Browser; import laya.utils.Stat; import laya.webgl.WebGL; public class ASDemo { private var mAniPath:String; private var mFactory:Templet; priva...
来源: Laya_社区 发布时间: 20170406
...Laya.Point(); } result.x=result.y=0; let bone:laya.ani.bone.Bone=skeleton.templet.mRootBone.findBone(BoneName); let matrix:laya.maths.Matrix=bone.getResultMatrixByFrame(skeleton.index); result=matrix.transformPoint(result); return result; } } 以上是自定义代码部分,下面是laya...
来源: Laya_社区 发布时间: 20190805
...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