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

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

161. 3D变换 · LayaAir3.0文档 · LAYABOX [ 49%]

...次 */ 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

162. laya.d3.terrain.Terrain [ 48%]

...= 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

163. laya.display.Stage_API3.0 [ 48%]

...压力越大,所以要选择合适的适配方案。 Stage提供不同的帧率模式,帧率越高,渲染压力越大,越费电,合理使用帧率甚至动态更改帧率有利于改进手机耗电。 Hierarchy Sprite Stage Index Constructors constructor Properties _extra _ownGraphics _sce...

来源: Laya3.0_api 发布时间: 20231115

164. 昨天一开始运行好好的,没动别的,运行就开始报错 [ 48%]

...地方都检查了。现在,错误不报了,但是项目无法运行,帧率一直为0。哪个大神能帮我解决下问题啊?万分感谢。新弄的包如下。 SkiingTest5.zip Unity_2018.4_.7f1的SkiingTest2_.zip 2020-02-27 0 0 分享 微博 QZONE 微信 lyjkensou1 赞同来自: 应该...

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

165. LayaFlash针对资源的加载是同步还是异步? [ 48%]

...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

166. laya.d3.core.light.PointLight [ 48%]

...= 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

167. laya.d3.core.light.DirectionLight [ 48%]

...= 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

168. laya.d3.core.light.SpotLight [ 47%]

...= 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

169. 关于项目分包的问题?? [ 47%]

...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

170. laya.d3.core.light.LightSprite [ 47%]

...= 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