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

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

1. 2.0 Beta3版本中,runtime脚本的的问题 [ 100%]

...博 QZONE 微信 Laya_Aaron 赞同来自: /*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; export module ui { export class BGPageUI extends View { constructor(){ ...

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

2. 如何才能生成scene配套的代码 [ 87%]

... 在demo里有个类TestSceneUI 请问如何才能生成 /**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ package ui.test { import laya.ui.*; import laya.display.*; public class TestSceneUI extends Scene { public var scoreLbl:Label; public var tipLbll:...

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

3. 新手入坑请教下各位大神关于LayaMaxUI问题 [ 86%]

新手入坑请教下各位大神关于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 { ex...

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

4. 动效问题,没有 ui.TestPUI,官方文档是错的,几年了至今无解答 [ 84%]

...以后在layaMaxUI.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 EffectAn...

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

5. 打地鼠的Laya1.0想用2.0写出来总是出错 [ 81%]

...2.0默认文件模式。ui导出类 最上面有注释: /**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ 如果检测编辑界面有改动的话运行的时候会重新生成该类。     2019-09-02 1 1 分享 微博 QZONE 微信 为什么被折叠...

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

6. Maximum call stack size exceeded [ 81%]

...    console.log('init');         }     }       /**This class is automatically generated by LayaAirIDE, please do not make any modifications. */       class GameConfig {         static init() {             //注册Script或者Runtime引用             let reg = Laya.Clas...

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

7. layaMaxUI.ts的自动生成代码bug [ 78%]

...模式中使用   运行demo 按F12 生成 代码如下/**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ import SceneBase from '../SceneBase' import View=Laya.View; import Dialog=Laya.Dialog; var REG: Function = Laya.ClassUtils.regClass; export module ...

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

8. 分享:关于自定义场景继承的实现 [ 77%]

...类'); } } } 导出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.B...

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

9. LayaAir 2.0 TS版编译出错GameConfig跟创建项目时生成的内容不一致了 [ 74%]

...生成的内容不一致了 这是创建项目时的内容/**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 "./s...

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

10. layaMaxUI.js export ui bug (影响编译) [ 72%]

...IDE自动生成的/src/ui/layaMaxUI.js 中代码如下: /**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ var CLASS$=Laya.class; var STATICATTR$=Laya.static; var View=laya.ui.View; var Dialog=laya.ui.Dialog; if(!window.ui) window.ui={}; ............ e...

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