大约有 294 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0050 秒)
... | Methods | Events Packagelaya.uiClasspublic class ViewInheritanceView Scene Sprite Node EventDispatcher ObjectSubclasses Dialog, MoreGame View 是一个视图类,2.0开始,更改继承至Scene类,相对于Scene,增加相对布局功能。 Public Properties Hide Inherited Public Properti...
来源: Laya2.0_api 发布时间: 20190513
...height/2);不行,而且也没有锚点可以设置,如何实现 Laya的Scene和View什么区别? 求解:2D项目中加载View,Laya.Scene.load应该如何使用? 问题状态 最新活动: 2020-08-31 10:28 浏览: 2887 关注: 2 人 MQ • 2020-08-31 16:01 已解决,谢谢
来源: Laya_社区 发布时间: 20200829
...property 'y' of null"的解决方案 求解:2D项目中加载View,Laya.Scene.load应该如何使用? Laya的Scene和View什么区别? 自定义组件如何实现图片资源拖动获取路径 脚本组件继承于 Laya.Script。 其中的_update方法,多长时间会调用一次? 可以...
来源: Laya_社区 发布时间: 20161118
HIERARCHY_LOADED 和 LOADED有什么区别?为什么对scene不起作用 var scene = Laya.stage.addChild(new Laya.Scene()); scene.once(Laya.Event.HIERARCHY_LOADED, null, function (sprite) { console.log("scene HIERARCHY_LOADED"); }); scene.once(Laya.Event.LOADED, null, function (sprite) { console....
来源: Laya_社区 发布时间: 20170619
...通过 runtime挂载 一个空脚本(如图2),脚本继承自 Laya.Scene 类(PS:通过组件挂载不会有问题) 4、chrome调试,选择小屏幕设备,发现 该View场景底部被截断一部分(如图3所示),view 和box 并未按照UI编辑器设置的相对位置在...
来源: Laya_社区 发布时间: 20200612
...后的代码: import View=Laya.View; import Dialog=Laya.Dialog; import Scene=Laya.Scene; export module ui { export class AttackUI extends View { public btn_attack:Laya.Button; constructor(){ super()} createChildren():void { super.createChildren(); this.loadScene("Attack"); } } } 扩展UI代码: ...
来源: Laya_社区 发布时间: 20180926
... 1、创建View组件 创建View组件非常简单,步骤是右键单击Scene2D,找到UI,点击View即可创建完毕,如图1所示。 (图1) 也可以从IDE资源管理右侧组件面板的UI文件夹中,将View组件拖拽到UI页面中,如动图2所示。 (动图2) 如果想...
来源: Laya3.0_文档 发布时间: 20230303
...链接 提交 2 个回复 Ethan++ 赞同来自: 另外View为啥要继承Scene。正确关闭View的做法是什么, 2018-11-08 0 2 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 无demo无真相 2018-11-09 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问...
来源: Laya_社区 发布时间: 20181108
...ata时是否因为带有json.props.pageData数据 修改#9999行 root=Laya.SceneUtils.createComp(uiView,root,view,null,tInitTool,!!view); 修改#10038行 Laya.SceneUtils.createComp=function(uiView,comp,view,dataMap,initTool,alterRoot=false){ 修改#10077行 tChild=Laya.SceneUtils.createComp(node,nul...
来源: Laya_社区 发布时间: 20181123
...| 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 activeInH...
来源: Laya2.0_api 发布时间: 20190513