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

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

11. laya.ui.Dialog [ 37%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames DialogProperties | Methods | Events | Constants Packagelaya.uiClasspublic class DialogInheritanceDialog View Scene Sprite Node EventDispatcher Object Dialog 组件是一个弹出对话框,实现对话框弹出,拖动...

来源: Laya2.0_api 发布时间: 20190513

12. laya.ui.Dialog_API3.0 [ 36%]

...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Dialog" Dialog Class Dialog Dialog 组件是一个弹出对话框,实现对话框弹出,拖动,模式窗口功能。 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边缘是否关闭等 通过设...

来源: Laya3.0_api 发布时间: 20231115

13. laya.ui.DialogManager_API3.0 [ 31%]

...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/DialogManager" DialogManager Class DialogManager DialogManager 对话框管理容器,所有的对话框都在该容器内,并且受管理器管理。 任意对话框打开和关闭,都会出发管理类的open和close...

来源: Laya3.0_api 发布时间: 20231115

14. laya.ui.View [ 23%]

...ass ViewInheritanceView Scene Sprite Node EventDispatcher ObjectSubclasses Dialog, MoreGame View 是一个视图类,2.0开始,更改继承至Scene类,相对于Scene,增加相对布局功能。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefine...

来源: Laya2.0_api 发布时间: 20190513

15. laya.display.Scene [ 22%]

...关闭所有场景,不包括对话框,如果关闭对话框,请使用Dialog.closeAll() 【注意】被关闭的场景,如果没有设置autoDestroyAtRemoved=true,则资源可能不能被回收,需要自己手动回收 Scene contains(node:Node):Boolean 当前容器是否包含指定的 N...

来源: Laya2.0_api 发布时间: 20190513

16. laya.ui.MoreGame [ 20%]

...关闭所有场景,不包括对话框,如果关闭对话框,请使用Dialog.closeAll() 【注意】被关闭的场景,如果没有设置autoDestroyAtRemoved=true,则资源可能不能被回收,需要自己手动回收 Scene contains(node:Node):Boolean 当前容器是否包含指定的 N...

来源: Laya2.0_api 发布时间: 20190513

17. laya.ui.View_API3.0 [ 16%]

...大概念。所以在3.0里请忽略这个继承。 Hierarchy Scene View Dialog Index Constructors constructor Properties _extra _ownGraphics _scene _scene3D _skinBaseUrl _url autoDestroyAtClosed autoSize hitTestPrior mouseThrough name tag drawtocanvCtx unDestroyedScenes Accessors _isHeightSet _isWi...

来源: Laya3.0_api 发布时间: 20231115

18. 插件开发说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 14%]

...用对话框 可以通过以下方式创建一个弹出的对话框: //MyDialog.ts export class MyDialog extends IEditor.Dialog { async create() { this.contentPane = await gui.UIPackage.createWidget("MyDialog.widget"); } onShown() { } onHide() { } } 在编辑器内,所有对话框都是单例。...

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

19. laya.display.Scene_API3.0 [ 14%]

...关闭所有场景,不包括对话框,如果关闭对话框,请使用Dialog.closeAll() 【注意】被关闭的场景,如果没有设置autoDestroyAtRemoved=true,则资源可能不能被回收,需要自己手动回收 Returns void Static destroy destroy(url: string, name?: string): boole...

来源: Laya3.0_api 发布时间: 20231115