大约有 169 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
Laya_社区(124) Laya3.0_api(10) laya_api(9) Laya_示例(8) Laya2.0_文档(7) Laya2.0_示例(7) Laya2.0_api(3) Laya3.0_文档(1)
...现把几点修改提出来,希望官方能在新版本中修改: 1、Templet中:getGrahicsDataWithCache方法希望做个容错。 /** * @private * 得到缓冲数据 * @param aniIndex 动画索引 * @param frameIndex 帧索引 * @return */ public function getGrahicsDataWithCache(aniIndex:int...
来源: Laya_社区 发布时间: 20180820
...进行路径纠正。在laya.ani.js(IDE 2.0.0版本)的4827行左右的Templet类的onComplete及parseData方法中设置this._path的位置处对_path进行路径过滤,去掉它内部包含URL.basePath的部分 __proto.onComplete=function(content){ if (this._isDestroyed){ this.destroy(); ret...
来源: Laya_社区 发布时间: 20190419
...ya.SkinAnimations) as Laya.SkinAnimations; skinAni.templet = Laya.AnimationTemplet.load(this.skinAniUrl[0]); skinAni.player.play(); } for (var i: number = 0, n: number = spirit3D._childs.length; i < n; i++) ...
来源: Laya_社区 发布时间: 20180724
...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
...rrDisplayData){ var tName=this.currDisplayData.name; this.currTexture=this.templet.getTexture(tName); if (this.currTexture && Render.isWebGL && this.currDisplayData.type==0 && this.currDisplayData.uvs){ this.currTexture=this.currDisplayData.createTexture(this.currTexture); } ...
来源: Laya_社区 发布时间: 20180106
.../spine/SpineSkeleton" SpineSkeleton Class SpineSkeleton spine动画由SpineTemplet,SpineSkeletonRender,SpineSkeleton三部分组成。 Hierarchy Sprite SpineSkeleton Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag...
来源: Laya3.0_api 发布时间: 20231115
...cted All Inherited Externals Only exported Menu Globals "laya/ani/AnimationTemplet" AnimationTemplet Class AnimationTemplet AnimationTemplet 类用于动画模板资源。 Hierarchy Resource AnimationTemplet Templet Index Constructors constructor Properties _id destroyedImmediately lock name url uui...
来源: Laya3.0_api 发布时间: 20231115
... // 模板 let template = new Laya.Templet(); template.on(Laya.Event.COMPLETE, this, function() { let skeleton = template.buildArmature(0); Laya.stage.addChild(skeleton); ...
来源: Laya2.0_文档 发布时间: 20210714
... laya/particle/Particle2D.ts:39 得到粒子模板的地址 Returns string templet. Defined in laya/particle/Particle2D.ts:46 得到粒子模板的地址 Parameters value: string Returns void templet. stage get stage(): Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台...
来源: Laya3.0_api 发布时间: 20231115