大约有 47 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0032 秒)
...模式。ui导出类 最上面有注释: /**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ 如果检测编辑界面有改动的话运行的时候会重新生成该类。 2019-09-02 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复...
来源: Laya_社区 发布时间: 20190902
...e Lighting** 所以只能为 **Baked** 模式)。设置好之后点击 **Generate Lighting** 开始烘焙场景。 ![](img/11.png)(图11) 开始烘焙之后,我们可以在Unity右下角看到当前的烘焙进度。烘焙光照贴图可能需要点时间,请耐心等待。 ![](img/12.png)...
来源: Laya2.0_文档 发布时间: 20210715
...rameLoop(1,this,onFrame); } private function onFrame():void { // TODO Auto Generated method stub if (ball.x>540||ball.x<10) { xflag=! xflag; } if (xflag) { ball.x+=v; ball.y=200+d*Math.sin(v*ball.x*Math.PI/180); } else { ball.x-=v; ball.y=200+d*Math.sin(v*ball.x*Math.PI/180); } } } } CurveDemo...
来源: Laya_社区 发布时间: 20160424
...不一致了 这是创建项目时的内容/**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ import GameUI from "./script/GameUI" import GameControl from "./script/GameControl" import Bullet from "./script/Bullet" import DropBox from "./script/DropBox" ...
来源: Laya_社区 发布时间: 20181001
... layabox 赞同来自: 有两种导致问题的可能性, 一、 atlas-generator.exe 被杀毒软件 误杀,那关了杀毒软件尝试一下 二、项目的资源太多,过大导致。 这种情况,已经解决,可以升级LayaAirIDE 2.12版本解决 如果2.12新版本没有发布...
来源: Laya_社区 发布时间: 20210302
...AirIDEMac_1.7.9.app/Contents/Resources/app/out/vs/layaEditor/libs/TP/atlas-generator: Permission denied at ChildProcess.exithandler (child_process.js:223) at emitTwo (events.js:106) at ChildProcess.emit (events.js:191) at maybeClose (internal/child_process.js:885) at Socket.<anonymous> (intern...
来源: Laya_社区 发布时间: 20170829
...ow-->Rendering-->Lighting Settings打开Lighting面板,点击最下方的Generate Lighting按钮。 然后导出场景。在LayaAir中直接加载`.ls`文件,就可以很方便的看到你搭建的反射探针场景。 > 当前的版本,使用了反射探针的物体不能进行静态合并以...
来源: Laya2.0_文档 发布时间: 20210715
...出UI 导出后layaMaxUI.ts的内容如下/**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ import View=Laya.View; import Dialog=Laya.Dialog; import Scene=Laya.Scene; import {base} from "../script/base/BaseScene"; import BaseScene=base.BaseScene; var RE...
来源: Laya_社区 发布时间: 20200827
...请教下各位大神关于LayaMaxUI问题 /**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ import View=Laya.View; import Dialog=Laya.Dialog; import Scene=Laya.Scene; var REG: Function = Laya.ClassUtils.regClass; export module ui.test { export class Te...
来源: Laya_社区 发布时间: 20190402
...axUI.js里面又报错了 这是layaMaxUI.js/**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ var View=Laya.View; var Dialog=Laya.Dialog; var Scene=Laya.Scene; var REG = Laya.ClassUtils.regClass; export class kick_effectUI extends EffectAnimation { //...
来源: Laya_社区 发布时间: 20210111