大约有 89 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0065 秒)
...rite Node EventDispatcher ObjectSubclasses FontClip Clip 类是位图切片动画。 Clip 可将一张图片,按横向分割数量 clipX 、竖向分割数量 clipY , 或横向分割每个切片的宽度 clipWidth 、竖向分割每个切片的高度 clipHeight , 从左向右,从上到下,...
来源: laya_api 发布时间: 20170929
...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
...节点轴心点。UIComponent autoPlay : Boolean 表示是否自动播放动画,若自动播放值为true,否则值为false; 可控制切片动画的播放、停止。 Clip autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不...
来源: Laya2.0_api 发布时间: 20190513
...e == Item.ITEM_TYPE_FLY){ item.visible = false; }else{ //星星物品播放动画 Tween.to(item, {y : -10, scaleX : 0.1, alpha : 0}, 300, null, Handler.create(this, this.itemTweenComplete, [item])); this.updateScore(); } } } } //人物如果踩到地板了 就把人物的坐标设置到地板上面 ...
来源: Laya_社区 发布时间: 20160803
...除节点 delay delay: number = 0 Defined in laya/effect/EffectBase.ts:13 动画延迟时间,单位为毫秒 duration duration: number = 1000 Defined in laya/effect/EffectBase.ts:11 动画持续时间,单位为毫秒 ease ease: string Defined in laya/effect/EffectBase.ts:17 缓动类型,如果...
来源: Laya3.0_api 发布时间: 20231115
... 0 Inherited from EffectBase.delay Defined in laya/effect/EffectBase.ts:13 动画延迟时间,单位为毫秒 duration duration: number = 1000 Inherited from EffectBase.duration Defined in laya/effect/EffectBase.ts:11 动画持续时间,单位为毫秒 ease ease: string Inherited from EffectBase...
来源: Laya3.0_api 发布时间: 20231115
... 0 Inherited from EffectBase.delay Defined in laya/effect/EffectBase.ts:13 动画延迟时间,单位为毫秒 duration duration: number = 1000 Inherited from EffectBase.duration Defined in laya/effect/EffectBase.ts:11 动画持续时间,单位为毫秒 ease ease: string Inherited from EffectBase...
来源: Laya3.0_api 发布时间: 20231115
...值 Random between two Curve:在两个曲线中随机取值 3.1.5 纹理动画 Texture Sheet 用来播放粒子动画的模块,粒子动画的原材料是一种纹理,它包含了一组帧动画,能够以动画方式渲染粒子。 帧动画:使用多张图片,每张图片为一帧,构...
来源: Laya3.0_文档 发布时间: 20241014
...ite3d: Sprite3D = (<Sprite3D>this.layaMonkey.getChildAt(0)); //获取动画组件 var animator: Animator = (<Animator>aniSprite3d.getComponent(Animator)); //创建动作状态 var state: AnimatorState = new AnimatorState(); //动作名称 state.name = "run"; //动作播放起始时间 st...
来源: Laya3.0_文档 发布时间: 20230303