大约有 180 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0089 秒)
...。 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
...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...
来源: 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
...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...
来源: 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
...目录。 注意:Importer不允许修改资源的源文件,这会导致循环导入。 当处于构建发布阶段时,资源会调用对应的Exporter进行处理。注册Exporter的方法如下: @IEditorEnv.regAssetExporter(["abc"]) export class DemoAssetExporter extends IEditorEnv.AssetExp...
来源: Laya3.0_文档 发布时间: 20241014
... 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
... loop(value: boolean): void Defined in laya/ani/bone/Skeleton.ts:210 是否循环 Returns boolean Defined in laya/ani/bone/Skeleton.ts:214 是否循环 Parameters value: boolean Returns void mask get mask(): Sprite set mask(value: Sprite): void Inherited from Text.mask Defined in laya/display/Sprite...
来源: Laya3.0_api 发布时间: 20231115
...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...
来源: Laya3.0_api 发布时间: 20231115
...meters nameOrIndex:* — 动画名字或者索引 loop:Boolean — 是否循环播放 force:Boolean (default = true) — false,如果要播的动画跟上一个相同就不生效,true,强制生效 start:int (default = 0) — 起始时间 end:int (default = 0) — 结束时间 freshSkin:Boo...
来源: laya_api 发布时间: 20170929