大约有 70 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0091 秒)
...周期时间内可以发射多次粒子,到达设置的时间后,粒子停止发射 注意:不是一个粒子的生命周期时间,下面会介绍一个粒子的生命周期时间 (动图3)Duration为5的效果,5秒到达时,粒子不在发射,同时Loop要设为不启动 Loop...
来源: Laya3.0_文档 发布时间: 20241014
...加多个动效。 当一个动效开始播放时,其他动效会自动停止播放。 可以通过LayaAir IDE创建。 Hierarchy FrameAnimation EffectAnimation Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior loop mouseThrough name tag w...
来源: Laya3.0_api 发布时间: 20231115
...rited from AnimationBase.stop Defined in laya/display/AnimationBase.ts:185 停止动画播放。 Returns void stopDrag stopDrag(): void Inherited from Text.stopDrag Defined in laya/display/Sprite.ts:1732 停止拖动此对象。 Returns void timerLoop timerLoop(delay: number, caller: any, method: Fu...
来源: Laya3.0_api 发布时间: 20231115
...体或空气中运动时由于介质的阻碍而逐渐减缓速度并最终停止的现象。 开发者可以通过设置刚体的线性阻尼属性来调整刚体在运动过程中受到的线性阻尼力的强度。范围从0到无穷大。默认值为0,表示没有阻尼。有无阻尼的效果...
来源: Laya3.0_文档 发布时间: 20241014
...。clip.total="+ clip.total); if (clip.isPlaying == true) { clip.stop();//停止动画。 }else { clip.play();//播放动画。 } } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 var clip; Laya.loader.load("resource/ui/clip_num...
来源: Laya3.0_api 发布时间: 20231115
...我们只要设置一下Config.isPause 就可以控制背景和地板是否停止运动了 同时还可以动态去改变Config.speed 来改变加速度 (因为我们这个游戏比较小 所以采用这种全局静态变量来达到我们需要的效果 如果是比较复杂的游戏 可能做法...
来源: Laya_社区 发布时间: 20160803
... Returns void stop stop(): void Defined in laya/spine/SpineSkeleton.ts:393 停止动画 Returns void stopDrag stopDrag(): void Inherited from Text.stopDrag Defined in laya/display/Sprite.ts:1732 停止拖动此对象。 Returns void timerLoop timerLoop(delay: number, caller: any, method: Function, a...
来源: Laya3.0_api 发布时间: 20231115
...dex: number): void Defined in laya/ani/swf/MovieClip.ts:240 跳到某帧并停止播放动画。 Parameters index: number Returns void hasHideFlag hasHideFlag(flag: number): boolean Inherited from Node.hasHideFlag Defined in laya/display/Node.ts:173 Parameters flag: number Returns boolean hasListene...
来源: Laya3.0_api 发布时间: 20231115
... Returns void stop stop(): void Defined in laya/ani/bone/Skeleton.ts:1055 停止动画 Returns void stopDrag stopDrag(): void Inherited from Text.stopDrag Defined in laya/display/Sprite.ts:1732 停止拖动此对象。 Returns void timerLoop timerLoop(delay: number, caller: any, method: Function, ar...
来源: Laya3.0_api 发布时间: 20231115
...自动播放值为true,否则值为false; 可控制切片动画的播放、停止。 Returns boolean Inherited from Clip.autoPlay Defined in laya/ui/Clip.ts:420 表示是否自动播放切片动画,若自动播放值为true,否则值为false; 可控制切片动画的播放、停止。 Parameters v...
来源: Laya3.0_api 发布时间: 20231115