大约有 141 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0023 秒)
...void Defined in laya/d3/animation/AnimatorStateScript.ts:58 动画设置了循环的话,每次循环结束时执行 Returns void onStateUpdate onStateUpdate(normalizeTime: number): void Defined in laya/d3/animation/AnimatorStateScript.ts:45 动画状态运行中 Parameters normalizeTime: number 0-...
来源: Laya3.0_api 发布时间: 20231115
...rameters url: string 声音文件地址。 Default value loops: number = 0 循环次数,0表示无限循环。 Default value complete: Handler = null 声音播放完成回调,complete 结果参数 true: 播放完成, false/undefined :stop触发的complete。 Default value startTime: number = 0 声...
来源: Laya3.0_api 发布时间: 20231115
... 1 | 2 = 0 Defined in laya/d3/component/Animator/AnimatorState.ts:49 是否循环播放,为0时则使用_clip.islooping,1为循环,2为不循环 clipEnd clipEnd: number = 1 Defined in laya/d3/component/Animator/AnimatorState.ts:79 动作播放结束时间。 clipStart clipStart: number = 0 Defin...
来源: Laya3.0_api 发布时间: 20231115
...equestAnimationFrame: any Defined in laya/renders/Render.ts:32 自定义帧循环 Static _loopFunction _loopFunction: any Defined in laya/renders/Render.ts:34 帧循环函数 Static is3DMode is3DMode: boolean Defined in laya/renders/Render.ts:30 表示是否是 3D 模式。 Accessors Static canvas g...
来源: Laya3.0_api 发布时间: 20231115
...p loop: number = -1 Defined in laya/components/AnimatorState2D.ts:60 动画循环次数,-1或者小于-1为使用clip的循环状态,1为播放一次,2为播放2次,0为无限循环 name name: string Defined in laya/components/AnimatorState2D.ts:40 名称 speed speed: number = 1 Defined in l...
来源: Laya3.0_api 发布时间: 20231115
...artTime: number = 0 开始时间,单位秒 Default value loops: number = 0 循环次数,0表示一直循环 Returns SoundChannel 声道 SoundChannel 对象。 Globals "laya/media/Sound" Sound duration dispose event hasListener load off offAll offAllCaller on once play Legend Object literal Variable ...
来源: Laya3.0_api 发布时间: 20231115
...每帧更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Defined in laya/components/Component.ts:307 渲染之后执行 Returns void Optional onPreRender onPreRender(): void Defined i...
来源: Laya3.0_api 发布时间: 20231115
.../component/AnimatorPlayState.ts:31 播放状态的归一化时间,整数为循环次数,小数为单次播放时间。 Returns number Globals "laya/d3/component/AnimatorPlayState" AnimatorPlayState constructor animatorState duration normalizedTime Legend Object literal Variable Function Type alias...
来源: Laya3.0_api 发布时间: 20231102
...,以及获取声音的播放状态、总时间、当前播放时间、总循环次数、播放地址等信息的方法。 Hierarchy EventDispatcher SoundChannel Index Properties completeHandler isStopped loops startTime url Accessors duration position volume Methods event hasListener off offAll of...
来源: Laya3.0_api 发布时间: 20231115
...每帧更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/components/Component.ts:307 渲染之后执行 Returns void Optional onP...
来源: Laya3.0_api 发布时间: 20231115