大约有 278 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0067 秒)
...延迟计算数据。 see #runCallLater() Parameters method: Function 要执行的函数的名称。例如,functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Implementation of ISel...
来源: Laya3.0_api 发布时间: 20231115
...延迟计算数据。 see #runCallLater() Parameters method: Function 要执行的函数的名称。例如,functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.cl...
来源: Laya3.0_api 发布时间: 20231115
...延迟计算数据。 see #runCallLater() Parameters method: Function 要执行的函数的名称。例如,functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.cl...
来源: Laya3.0_api 发布时间: 20231115
...,是通过每40毫秒来循环检查角色行走路线,通过Tween来执行角色位置改变的 //开启定时重复执行 Laya.timer.loop(40, this, this.loopfun); private loopfun(): void { //resPath,角色需要移动的每个世界坐标位置数组 if (this.resPath && this.index &l...
来源: Laya3.0_文档 发布时间: 20230303
...延迟计算数据。 see #runCallLater() Parameters method: Function 要执行的函数的名称。例如,functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.cl...
来源: Laya3.0_api 发布时间: 20231115
...关键帧间距变大或缩小。 间距增大: 选中多个关键帧,执行插入空白帧操作。如动图5-4所示: (动图5-4) 为方便理解动图5-4,采用了右键操作,但建议用快捷键F5插入空白帧。 间距缩小: 选中多个关键帧,执行删除空白帧操...
来源: Laya3.0_文档 发布时间: 20251118
... testhandler: b 发现没,a被回收了,生成b后,a再次执行时执行的是b,因为Handler内部是对象池逻辑,回收后会再次使用。 所以在使用Laya.Handler时避免持有引用,引用后也尽量回收后置空处理,如需要使用回调逻辑可以使用...
来源: Laya_社区 发布时间: 20161109
...只会在APP上面出现,在浏览器或者手机浏览器都是能正常执行的,运行的时候03-21 20:27:58.640 19155-19190/com.mygame.laya I/LayaBox﹕ freeRes(0):Total:11,left:6,clearedMem:54525952 这个特别大,其中一段日志 03-21 20:29:03.195 19155-19277/com.mygame.laya E/LayaB...
来源: Laya_社区 发布时间: 20170321