• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 339 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0042 秒)

11. 小米rpk加载资源的没有执行回调函数 [ 89%]

小米rpk加载资源的没有执行回调函数 打包成小米rpk资源路没错,但是加载资源的时候回调函数没有执行(打了日志才知道的),导致一直在读进度条,游戏进不去,本地加载的时候就没有问题。引擎版本1.8.5 2019-12-31 添加评论 ...

来源: Laya_社区 发布时间: 20191231

12. laya.display.Node [ 89%]

..., args:Array = null, coverBefore:Boolean = true):void 定时重复执行函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node  frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。功能同Laya.t...

来源: laya_api 发布时间: 20170929

13. callLater延时的时间怎么设置 [ 89%]

...行。 * @param caller 执行域(this)。 * @param method 定时器回调函数。 * @param args 回调参数。 */ callLater(caller: any, method: Function, args?: Array<any>): void; 这个注释说这个函数延迟执行 延迟多久执行呢 参数里面没有体现啊 2017-03-23 添加评...

来源: Laya_社区 发布时间: 20170323

14. 定时重复执行(基于帧率)。 [ 88%]

定时重复执行(基于帧率)。 初始化时 设置每帧执函数 Laya.timer.frameLoop(1,this,this.update); 运行一段时间后 update函数执行了 2018-05-02 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回...

来源: Laya_社区 发布时间: 20180502

15. 执行回调函数时报is not a function [ 88%]

执行回调函数时报is not a function 解压缩laya_game.rar,双击打开laya_game\hgameStarter\bin\h5目录下的index.html,待浏览器打开后,打开开发者工具查看:    Main.as里把getRolesBack函数作为回调函数传给SocketProxy.as setRoleCall,但是回调回来执...

来源: Laya_社区 发布时间: 20170622

16. Laya.SoundManager.playSound函数参数意义 [ 88%]

Laya.SoundManager.playSound函数参数意义 Laya.SoundManager.playSound这个函数第四第五个参数不理解,官方文档上写得不太明白   soundClass:Class (default = null) — 声音播放起始时间。 startTime:Number (default = 0)   这个startTime指的是从现在起延...

来源: Laya_社区 发布时间: 20170203

17. laya.display.Node [ 88%]

... callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node  clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node  contains(node:Node):Boolean...

来源: Laya2.0_api 发布时间: 20190513

18. laya.utils.CacheManger [ 88%]

...ion:Function, getCacheListFunction:Function):void[static] 注册cache管理函数 CacheManger  stopCheck():void[static] 停止检测循环 CacheManger  unRegCacheByFunction(disposeFunction:Function, getCacheListFunction:Function):void[static] 移除cache管理函数 CacheMangerProperty Detailloo...

来源: laya_api 发布时间: 20170422

19. 关于customRender函数执行的问题 [ 88%]

关于customRender函数执行的问题 // 保证customRender必定执行 this.frameLoop(1, this, () => { this.graphics.clear(); this.graphics.drawLine(0, 0, 1, 0, '#000'); }); this.customRenderEnable = true; this.customRender = (context: Laya.RenderContext, x: number, y: number) => { let ...

来源: Laya_社区 发布时间: 20180728

20. Laya.loader.create 进度回调函数执行两次 [ 88%]

Laya.loader.create 进度回调函数执行两次 Laya.loader.create(["Main/SMain.ls","Role/Role.lh"],Laya.Handler.create(this,this.on3DComplete),Laya.Handler.create(this,this.onProgress,null,false)); Manager.prototype.onProgress = function(value) { console.log("value=="+Math.floor(value*100)+"%");...

来源: Laya_社区 发布时间: 20180619