大约有 244 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0080 秒)
...函数。功能同Laya.timer.timerLoop()。 Parameters delay: number 间隔时间(单位毫秒)。 caller: any 执行域(this)。 method: Function 结束时的回调方法。 Default value args: any[] = null (可选)回调参数。 Default value coverBefore: boolean = true (可选)是否覆...
来源: Laya3.0_api 发布时间: 20231115
...函数。功能同Laya.timer.timerLoop()。 Parameters delay: number 间隔时间(单位毫秒)。 caller: any 执行域(this)。 method: Function 结束时的回调方法。 Default value args: any[] = null (可选)回调参数。 Default value coverBefore: boolean = true (可选)是否覆...
来源: Laya3.0_api 发布时间: 20231115
...函数。功能同Laya.timer.timerLoop()。 Parameters delay: number 间隔时间(单位毫秒)。 caller: any 执行域(this)。 method: Function 结束时的回调方法。 Default value args: any[] = null (可选)回调参数。 Default value coverBefore: boolean = true (可选)是否覆...
来源: Laya3.0_api 发布时间: 20231115
...函数。功能同Laya.timer.timerLoop()。 Parameters delay: number 间隔时间(单位毫秒)。 caller: any 执行域(this)。 method: Function 结束时的回调方法。 Default value args: any[] = null (可选)回调参数。 Default value coverBefore: boolean = true (可选)是否覆...
来源: Laya3.0_api 发布时间: 20231115
...函数。功能同Laya.timer.timerLoop()。 Parameters delay: number 间隔时间(单位毫秒)。 caller: any 执行域(this)。 method: Function 结束时的回调方法。 Default value args: any[] = null (可选)回调参数。 Default value coverBefore: boolean = true (可选)是否覆...
来源: Laya3.0_api 发布时间: 20231115
...。 animation.interval = 50;//设置 animation 对象的动画播放间隔时间,单位:毫秒。 animation.play();//播放动画。 Laya.stage.addChild(animation);//将 animation 对象添加到显示列表。 } } } example Animation_Example(); function Animation_Example(){ Laya.init(640, 800);...
来源: Laya3.0_api 发布时间: 20231115
...函数。功能同Laya.timer.timerLoop()。 Parameters delay: number 间隔时间(单位毫秒)。 caller: any 执行域(this)。 method: Function 结束时的回调方法。 Default value args: any[] = null (可选)回调参数。 Default value coverBefore: boolean = true (可选)是否覆...
来源: Laya3.0_api 发布时间: 20231115
...相同就不生效,true,强制生效 start:int (default = 0) — 起始时间 end:int (default = 0) — 结束时间 freshSkin:Boolean (default = true) — 是否刷新皮肤数据 playbackRate()method public function playbackRate(value:Number):void 设置动画播放速率 Parameters value:...
来源: Laya2.0_api 发布时间: 20190513
... getTimeFromFrameStart():Number 获得距当前帧开始后,过了多少时间,单位为毫秒。 可以用来判断函数内时间消耗,通过合理控制每帧函数处理消耗时长,避免一帧做事情太多,对复杂计算分帧处理,能有效降低帧率波动。 Stage global...
来源: Laya2.0_api 发布时间: 20190513
...id 时钟前进 Parameters passedTime:Number (default = 1) — 时钟前进时间 customRender()method override public function customRender(context:Context, x:Number, y:Number):void Parameters context:Context x:Number y:Numberdestroy()method override public function destroy(destroyChild:Boolean...
来源: Laya2.0_api 发布时间: 20190513