大约有 296 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0058 秒)
...过把drawcall 降到10,发现在苹果比较流畅,但是在安卓机帧率又降到一半,而且内存会升了一倍,我们用的是cacher Laya_Aaron • 2018-05-28 10:44 可以分ios 和安卓两种策略, 这段代码,可以分开走 夏^O^雨 • 2018-05-28 13:14 @Laya_Aaron:看下...
来源: Laya_社区 发布时间: 20180524
...= null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。功能同Laya.timer.frameOnce(...
来源: Laya2.0_api 发布时间: 20190513
...问题,就是drawcall很高,导致游戏整体drawcall 很高,出现帧率下降以及手机设备发热问题。美术现把特效优化了一下drawcall,可untiy里面跑没问题,特效正常,drawcall只有一个。用Laya unity插件预览,特效错乱了,而且drawcall很高。L...
来源: Laya_社区 发布时间: 20210223
...= null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。功能同Laya.timer.frameOnce(...
来源: laya_api 发布时间: 20170929
...h.setBgcolor("#000000"); //背景色 IFlash.showInfo(false); //是否显示帧率 var loginView:LoginView = new LoginVie(); this.addChild(loginView); } } } B、LoginView类是第一个界面,这个类展示如何引入分包文件:package login { import flash.display.Sprite; import flash.events....
来源: Laya_社区 发布时间: 20151103
...= null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。功能同Laya.timer.frameOnce(...
来源: Laya2.0_api 发布时间: 20190513
...= null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。功能同Laya.timer.frameOnce(...
来源: Laya2.0_api 发布时间: 20190513
...= null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。功能同Laya.timer.frameOnce(...
来源: Laya2.0_api 发布时间: 20190513
...Rate=120将游戏刷新率设置为120帧,而laya只提供了两个可选帧率,一个是Laya.Stage.FRAME_SLOW(30帧),一个是Laya.Stage.FRAME_FAST(60帧),如何实现120帧呢? layaAir小孟 • 2024-07-03 17:40 1、我刚刚想错了,您说vConsole,我一直想着统计信...
来源: Laya_社区 发布时间: 20240701
...= null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。功能同Laya.timer.frameOnce(...
来源: laya_api 发布时间: 20170929