大约有 403 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
Laya_社区(144) Laya3.0_api(82) Laya2.0_api(77) laya_api(72) Laya2.0_文档(12) Laya3.0_文档(12) Laya2.0_示例(2) Laya_示例(2)
...次 */ onAwake(): void { //设置定时器执行,定时重复执行(基于帧率) Laya.timer.frameLoop(1, this, this.animate); } private animate(): void { // 旋转立方体(四元数) this.cube.transform.rotate(this.rot, false, false); } } 旋转的效果如动图2-1所示: (动图2-1) 2....
来源: Laya3.0_文档 发布时间: 20241014
...= 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
...压力越大,所以要选择合适的适配方案。 Stage提供不同的帧率模式,帧率越高,渲染压力越大,越费电,合理使用帧率甚至动态更改帧率有利于改进手机耗电。 Hierarchy Sprite Stage Index Constructors constructor Properties _extra _ownGraphics _sce...
来源: Laya3.0_api 发布时间: 20231115
...地方都检查了。现在,错误不报了,但是项目无法运行,帧率一直为0。哪个大神能帮我解决下问题啊?万分感谢。新弄的包如下。 SkiingTest5.zip Unity_2018.4_.7f1的SkiingTest2_.zip 2020-02-27 0 0 分享 微博 QZONE 微信 lyjkensou1 赞同来自: 应该...
来源: Laya_社区 发布时间: 20200226
...h.setBgcolor("#000000"); //背景色 IFlash.showInfo(false); //是否显示帧率 preSwfAssetsTest(); } /** * 测试预加载 * */ private function preSwfAssetsTest():void { var path:String = "assets/layaAsset.swf"; var path1:String = "assets/layaAsset1.swf"; IFlash.preSwfAssets([path,path1]);//这...
来源: Laya_社区 发布时间: 20151123
...= 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
...= 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
...= 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("#FFFFFF"); //背景色 IFlash.showInfo(false); //是否显示帧率 if (stage) init(); else addEventListener(Event.ADDED_TO_STAGE, init); } private function init(e:Event = null):void { removeEventListener(Event.ADDED_TO_STAGE, init); this.stage.scaleMode = StageScaleMode.NO_SCALE; this...
来源: Laya_社区 发布时间: 20151225
...= 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