大约有 134 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0085 秒)
...ported Menu 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 draw...
来源: Laya3.0_api 发布时间: 20231115
... Globals "laya/spine/SpineSkeleton" SpineSkeleton Class SpineSkeleton spine动画由SpineTemplet,SpineSkeletonRender,SpineSkeleton三部分组成。 Hierarchy Sprite SpineSkeleton Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseTh...
来源: Laya3.0_api 发布时间: 20231115
...obals "laya/map/TileAniSprite" TileAniSprite Class TileAniSprite TildMap的动画显示对象(一个动画(TileTexSet),可以绑定多个动画显示对象(TileAniSprite)) author ... Hierarchy Sprite TileAniSprite Index Constructors constructor Properties _extra _ownGraphics _scene _sk...
来源: Laya3.0_api 发布时间: 20231115
...vieClip Class MovieClip MovieClip 用于播放经过工具处理后的 swf 动画。 Hierarchy Sprite MovieClip Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize basePath hitTestPrior interval loop mouseThrough name tag drawtocanvCtx Accessors _isHeightS...
来源: Laya3.0_api 发布时间: 20231115
...SpriteArray: any[] Defined in laya/map/GridSprite.ts:23 当前GRID包含的动画 autoSize autoSize: boolean = false Inherited from Text.autoSize Defined in laya/display/Sprite.ts:265 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内...
来源: Laya3.0_api 发布时间: 20231115
...Clip.autoPlay Defined in laya/ui/Clip.ts:416 表示是否自动播放切片动画,若自动播放值为true,否则值为false; 可控制切片动画的播放、停止。 Returns boolean Inherited from Clip.autoPlay Defined in laya/ui/Clip.ts:420 表示是否自动播放切片动画,若自动播...
来源: Laya3.0_api 发布时间: 20231115
...isible = false; } if(role.hp > 0){ // 如果未死亡 ,则播放爆炸动画 role.playAction("hit"); } else{ if(role.isBullet){ // 如果是子弹,则直接隐藏 role.visible = false; } else{ role.playAction("down"); // 击中Boss掉落补给品 if(role.type === "enemy3"){ // 随机是子弹...
来源: Laya_社区 发布时间: 20170525
...isible = false; } if(role.hp > 0){ // 如果未死亡 ,则播放爆炸动画 role.playAction("hit"); } else{ if(role.isBullet){ // 如果是子弹,则直接隐藏 role.visible = false; } else{ role.playAction("down"); // 击中Boss掉落补给品 if(role.type === "enemy3"){ // 随机是子弹...
来源: Laya_社区 发布时间: 20170525
...fined in laya/d3/core/SkinnedMeshSprite3D.ts:23 着色器变量名,蒙皮动画。 Static LIGHTMAP LIGHTMAP: number Inherited from RenderableSprite3D.LIGHTMAP Defined in laya/d3/core/RenderableSprite3D.ts:21 着色器变量名,光照贴图。 Static LIGHTMAPSCALEOFFSET LIGHTMAPSCALEOFFSET: numbe...
来源: Laya3.0_api 发布时间: 20231115
...ya/display/Scene.ts:167 关闭完成后,调用此方法(如果有关闭动画,则在动画完成后执行) Parameters Default value type: string = null 如果是点击默认关闭按钮触发,则传入关闭按钮的名字(name),否则为null。 Returns void onDestroy onDestroy(): void I...
来源: Laya3.0_api 发布时间: 20231115