大约有 48 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0077 秒)
...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...
来源: Laya3.0_api 发布时间: 20231115
...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...
来源: Laya3.0_api 发布时间: 20231115
...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...
来源: Laya3.0_api 发布时间: 20231115
...,改变角色的位置。在我们的示例中,是通过每40毫秒来循环检查角色行走路线,通过Tween来执行角色位置改变的 //开启定时重复执行 Laya.timer.loop(40, this, this.loopfun); private loopfun(): void { //resPath,角色需要移动的每个世界坐标位置...
来源: Laya3.0_文档 发布时间: 20230303
...用set interval,注意:如果动画正在播放,设置后会重置帧循环定时器的起始时间为当前时间,也就是说,如果频繁设置interval,会导致动画帧更新的时间间隔会比预想的要慢,甚至不更新。 AnimationBase isPlaying : Boolean[read-only] 是...
来源: Laya2.0_api 发布时间: 20190513
... from AnimationBase.loop Defined in laya/display/AnimationBase.ts:31 是否循环播放,调用play(...)方法时,会将此值设置为指定的参数值。 mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough Defined in laya/display/Sprite.ts:260 鼠标事件与此对象...
来源: Laya3.0_api 发布时间: 20231115
...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...
来源: Laya3.0_api 发布时间: 20231115
...。 loop loop: boolean Defined in laya/display/AnimationBase.ts:31 是否循环播放,调用play(...)方法时,会将此值设置为指定的参数值。 mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough Defined in laya/display/Sprite.ts:260 鼠标事件与此对象的...
来源: Laya3.0_api 发布时间: 20231115
... from AnimationBase.loop Defined in laya/display/AnimationBase.ts:31 是否循环播放,调用play(...)方法时,会将此值设置为指定的参数值。 mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough Defined in laya/display/Sprite.ts:260 鼠标事件与此对象...
来源: Laya3.0_api 发布时间: 20231115
...number set loop(value: number): void Defined in laya/media/SoundNode.ts:58 循环次数 Returns number Defined in laya/media/SoundNode.ts:62 循环次数 Parameters value: number Returns void mask get mask(): Sprite set mask(value: Sprite): void Inherited from Text.mask Defined in laya/display/Sprit...
来源: Laya3.0_api 发布时间: 20231115