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

大约有 25 项符合查询结果, 库内数据总量为 30,723 项。 (搜索耗时: 0.0131 秒)

11. laya.ui.DialogManager [ 51%]

...nts Packagelaya.uiClasspublic class DialogManagerInheritanceDialogManager Sprite Node EventDispatcher Object DialogManager 对话框管理容器,所有对话框都在该容器内,并且受管理器管理。 任意对话框打开和关闭,都会出发管理类open和close事件 可以通...

来源: laya_api 发布时间: 20170929

12. 使用3DUI · LayaAir3.0文档 · LAYABOX [ 50%]

...I分类二、IDE中使用UI3D组件2.1 创建一个2DPrefab2.2 创建Sprite3D,添加UI3D组件2.3 添加2D Prefab资源2.4 更改UI3D属性2.5 调整UI3D位置2.6 脚本控制UI3D使用3DUI 一、概述 2D UI都是纯粹2D图片按层次显示,不会出现三维立体效果,所以都...

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

13. laya.ui.DialogManager [ 50%]

...nts Packagelaya.uiClasspublic class DialogManagerInheritanceDialogManager Sprite Node EventDispatcher Object DialogManager 对话框管理容器,所有对话框都在该容器内,并且受管理器管理。 任意对话框打开和关闭,都会出发管理类open和close事件 可以通...

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

14. 2D性能优化 · LayaAir3.0文档 · LAYABOX [ 38%]

...1.3 资源卸载1.4 关于滤镜、遮罩二、渲染优化方式2.1 优化Sprite2.2 优化DrawCall2.3 优化Canvas2.4 CacheAs2.5 文字描边2.6 跳过文本排版,直接渲染三、减少CPU使用量3.1 减少动态属性查找3.2 性能消耗回收3.3 获取显示对象边界做法3.4 根...

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

15. laya.ui.Tree [ 36%]

... Events Packagelaya.uiClasspublic class TreeInheritanceTree Box Component Sprite Node EventDispatcher ObjectImplements IRender Tree 控件使用户可以查看排列为可扩展树层次结构数据。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyD...

来源: laya_api 发布时间: 20170929

16. laya.ui.Tree [ 36%]

...vents Packagelaya.uiClasspublic class TreeInheritanceTree Box UIComponent Sprite Node EventDispatcher ObjectImplements IRender Tree 控件使用户可以查看排列为可扩展树层次结构数据。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyD...

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

17. laya.ui.Dialog [ 36%]

...Packagelaya.uiClasspublic class DialogInheritanceDialog View Box Component Sprite Node EventDispatcher ObjectSubclasses AsynDialog Dialog 组件是一个弹出对话框,实现对话框弹出,拖动,模式窗口功能。 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边...

来源: laya_api 发布时间: 20170929

18. laya.ui.Dialog [ 35%]

...stants Packagelaya.uiClasspublic class DialogInheritanceDialog View Scene Sprite Node EventDispatcher Object Dialog 组件是一个弹出对话框,实现对话框弹出,拖动,模式窗口功能。 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边缘是否关闭等 ...

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

19. laya.ui.DialogManager_API3.0 [ 35%]

...过设置对话框zOrder属性,可以更改弹出层次 Hierarchy Sprite DialogManager Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize closeEffectHandler hitTestPrior lockLayer maskLayer mouseThrough name popupEffectHandler tag drawtocanvCtx Ac...

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

20. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 30%]

...," + '' + '' + '' + 'I like ' + '' + 'cheese' + '' + '' + ''; var sp: Laya.Sprite = new Laya.Sprite(); sp.loadImage(data, 0, 0, 200, 200); Laya.stage.addChild(sp); } } new LayaUISample; ``` 通过data来当做url传递给loadImage这个方法引擎就会帮我们加载并解码显示出来。loadIma...

来源: Laya2.0_文档 发布时间: 20210715