大约有 107 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0130 秒)
...nu Globals "laya/ani/bone/Skeleton" Skeleton Class Skeleton 骨骼动画由Templet,AnimationPlayer,Skeleton三部分组成。 Hierarchy Sprite Skeleton Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx...
来源: Laya3.0_api 发布时间: 20231115
...。。。 var anifish2 = fish2.addComponent(Laya.SkinAnimations); anifish2.templet = Laya.AnimationTemplet.load("fish/haitun/haitun.lsani"); anifish2.player.playByFrame(0,1.0,2147483647,0,60,30);//游动 // anifish2.player.playByFrame(0,1.0,2147483647,60,145,30);//交互 //这上面播放没问题...
来源: Laya_社区 发布时间: 20170927
...yFrame方法 var anifish = fish.addComponent(Laya.SkinAnimations); anifish.templet = Laya.AnimationTemplet.load("fish/denglongyu/denglongyu.lsani"); anifish.player.playByFrame(0,1.0,2147483647,0,30,30);//游动 // anifish.player.playByFrame(0,1.0,2147483647,40,72,30);//交互 这个就生效,但...
来源: Laya_社区 发布时间: 20170926
.../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