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

大约有 28 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0032 秒)

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

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

22. layaMaxUI.js export ui bug (影响编译) [ 55%]

...的/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={}; ............ export {ui as de...

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

23. 按钮失效,同UI里的一个图片超链接点击后再返回,出现按钮失效。 [ 52%]

... is onclicked"); });  //链接地址 function onLink(data) { // TODO Auto Generated method stub Laya.Browser.window.location.href=data; }   } //绑定父类 Laya.class(StartResource,"StartResource",StarUI);  主界面 红色是dalog 绿色是超链接按钮     点击超链接按钮。 并点...

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

24. unity 带出报错~ArgumentException: Invalid path [ 50%]

... D:/unity/Modules/IMGUI/GUIUtility.cs:179) unity 里面的Lighting 的Auto Generate 已关了~! 2019-09-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复问题...

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

25. IDE出现一些系统代码错误无法解决 [ 37%]

...ava.lang.Integer     at org.apache.flex.compiler.internal.as.codegen.ABCGeneratingReducer.reduce_lookup_switchStmt(ABCGeneratingReducer.java:5737)     at org.apache.flex.compiler.internal.as.codegen.ABCGeneratingReducer.reduce_switchStmt(ABCGeneratingReducer.java:5606)     at org.apache.fle...

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

26. 预制体模块 · LayaAir3文档 · LAYABOX [ 33%]

...组预制体的实现代码: import { LoadingRTBase } from "./LoadingRT.generated"; const { regClass, property } = Laya; @regClass() export default class LoadingRT extends LoadingRTBase { onAwake(): void { Laya.loader.load( //先加载本场景要用的 ["resources/UI/image.png", "resources/UI/pro...

来源: Laya3.0_文档 发布时间: 20241014

27. 预制体 · LayaAir3.3 · 引擎文档 · LAYABOX [ 32%]

...组预制体的实现代码: import { LoadingRTBase } from "./LoadingRT.generated"; const { regClass, property } = Laya; @regClass() export default class LoadingRT extends LoadingRTBase { onAwake(): void { Laya.loader.load( //先加载本场景要用的 ["resources/UI/image.png", "resources/UI/pro...

来源: Laya3.0_文档 发布时间: 20251105

28. 屏幕适配 · LayaAir3.3 · 引擎文档 · LAYABOX [ 27%]

...t来设置。 示例代码如下: import { IndexRTBase } from "./IndexRT.generated"; const { regClass } = Laya; @regClass() export default class IndexRT extends IndexRTBase { onAwake(): void { //设置舞台设计宽高 Laya.stage.designWidth = 1080; Laya.stage.designHeight = 1920; //在引擎初...

来源: Laya3.0_文档 发布时间: 20251010