大约有 49 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0050 秒)
dialog 关闭效果在哪里关闭啊,文档上是说通过设置manager.popupEffect和manager.closeEffect可以设置弹出效果和关闭效果,,但是都找不到这2个东西啊 2017-05-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...
来源: Laya_社区 发布时间: 20170507
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Dialog" Dialog Class Dialog Dialog 组件是一个弹出对话框,实现对话框弹出,拖动,模式窗口功能。 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边缘是否关闭等 通过设...
来源: Laya3.0_api 发布时间: 20231115
...I DocumentationAll Packages | All Classes | Index | Frames No Frames DialogManagerProperties | Methods | Events Packagelaya.uiClasspublic class DialogManagerInheritanceDialogManager Sprite Node EventDispatcher Object DialogManager 对话框管理容器,所有的对话框都在该容器内...
来源: laya_api 发布时间: 20170929
我在dialog a上继续弹出dialog b 。需要关闭b的时候,a依然存在。怎么做? 我在ide中做了一个基础scene 1,一个dialog a 和一个dialog b。 从1,点击,弹出a;没问题; 从a,点击,弹出b,没问题。 但是我需要在操作b的时候,a一直存在...
来源: Laya_社区 发布时间: 20190521
...I DocumentationAll Packages | All Classes | Index | Frames No Frames DialogManagerProperties | Methods | Events Packagelaya.uiClasspublic class DialogManagerInheritanceDialogManager Sprite Node EventDispatcher Object DialogManager 对话框管理容器,所有的对话框都在该容器内...
来源: Laya2.0_api 发布时间: 20190513
... } import { ui } from "./ui/layaMaxUI"; export default class ShopDialog extends ui.ShopDialogUI { constructor() { super(); this.popupEffect = Laya.Handler.create(this, this.showEffect); this.closeEffect = Laya.Handler.create(this, this.hideEffect); this.btnClose.on(Laya.Event.CLICK, this, t...
来源: Laya_社区 发布时间: 20190121
View嵌套Dialog组件 2016-11-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 cuixueying 赞同来自: Laya_XS 、小数点_ LayaAir IDE支持View界面嵌套Dialog组件 操作如下:在项目面板创建...
来源: Laya_社区 发布时间: 20161118
...cumentationAll Packages | All Classes | Index | Frames No Frames AsynDialogProperties | Methods | Events | Constants Packagelaya.uiClasspublic class AsynDialogInheritanceAsynDialog Dialog View Box Component Sprite Node EventDispatcher Object 异步Dialog的生命周期:show或者popup >...
来源: laya_api 发布时间: 20170929
Laya.Dialog 2.0beta4被官方改出了BUG,BETA3是好的 Laya.Dialog的 .close(); 在laya2.0beta3时代是可以关闭的。 来到laya2.0beta4 关闭出现遮罩的BUG。。 测试方法用官方的DEMO 。然后用 .popup(); 打开。。手动切换下类库 2018-11-05 添加评论 免费帖 --...
来源: Laya_社区 发布时间: 20181105
DialogManager设置弹出效果后,第一次能打开,第二次就打不开了。 Dialog.manager.popupEffectHandler = Handler.create(this,(e)=>{ var dialog:Dialog = <Dialog>e; dialog.y = - dialog.height; var yy:number = (Laya.stage.height - dialog.height)/2; Laya.Tween.to(dialog,{y:yy}...
来源: Laya_社区 发布时间: 20171114