大约有 138 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0108 秒)
...demo就报错。 然后就是把UI默认模式变成加载模式之后,View下面没有loadScene方法: 顺便提一嘴,小游戏打包代码混淆之后游戏会黑屏,有没有遇到的兄弟? 附件 : --> 2018-09-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20180929
...的UI类(默认模式) 分离模式下发布的UI类(很明显uiView数据已经没有了,因为它被单独分离成一个json文件了) 单独分离出来的文件 下面我们需要做的就是将分离出来的文件应用在我们的项目中,让项目正常加载 步骤一:打...
来源: Laya_社区 发布时间: 20161202
...I DocumentationAll Packages | All Classes | Index | Frames No Frames ViewProperties | Methods | Events Packagelaya.uiClasspublic class ViewInheritanceView Scene Sprite Node EventDispatcher ObjectSubclasses Dialog, MoreGame View 是一个视图类,2.0开始,更改继承至Scene类,相...
来源: Laya2.0_api 发布时间: 20190513
...个文件怎么生成的? STATICATTR$(TestPageUI, ['uiView',function(){return this.uiView={"type":"View","child":[{"props":{"x":0,"y":0,"skin":"comp/bg.png","sizeGrid":"30,4,4,4","width":600,"height":400},"type":"Image"},{"props":{"x":41,"y":56,"skin":"comp/button.png","label":"...
来源: Laya_社区 发布时间: 20170330
...变的黑呼呼的 很多黑面 LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 JS 是没有自动补全提示吗 问题状态 最新活动: 2020-01-10 23:49 浏览: 969 关注: 1 人
来源: Laya_社区 发布时间: 20200110
...ods | Events Packagelaya.uiClasspublic class MoreGameInheritanceMoreGame View Scene Sprite Node EventDispatcher Object 游戏中心插件 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node acti...
来源: Laya2.0_api 发布时间: 20190513
...ents | Constants Packagelaya.uiClasspublic class DialogInheritanceDialog View Scene Sprite Node EventDispatcher Object Dialog 组件是一个弹出对话框,实现对话框弹出,拖动,模式窗口功能。 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边缘是否...
来源: Laya2.0_api 发布时间: 20190513
...I DocumentationAll Packages | All Classes | Index | Frames No Frames ViewStackProperties | Methods | Events Packagelaya.uiClasspublic class ViewStackInheritanceViewStack Box UIComponent Sprite Node EventDispatcher ObjectImplements IItem ViewStack 类用于视图堆栈类,用于视图的...
来源: Laya2.0_api 发布时间: 20190513
... }) } } loadingpageRuntime.jsexport default class loadingpage extends Laya.View { constructor() { super() } onEnable() { this.text = this.getChildByName('text') this.on(Laya.Event.PROGRESS, this, this.onProgress) } onDestroy() { this.off(Laya.Event.PROGRESS, this, this.onProgress) } onProgress(val) ...
来源: Laya_社区 发布时间: 20181124
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/View" View Class View View 是一个视图类 在2.0里,View继承自Scene类,但这是不合理的,Scene是一个2D+3D的大概念。所以在3.0里请忽略这个继承。 Hierarchy Scene View Dialog Index Constructor...
来源: Laya3.0_api 发布时间: 20231115