大约有 36 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0080 秒)
...t; }; //通过名字,清理一组对象池 ClearGroup(head_sign:string, caller:any, func:Function): void { for (var key in this._poolDic) { if (key.indexOf(head_sign) == 0) { var pool = this._poolDic[key]; if (func) { for (var i = 0, len = pool.length; i < len; i++) { var item = pool[i]; func.c...
来源: Laya3.0_文档 发布时间: 20250104
...>"; Laya.stage.addChild(html); 运行效果: Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-03-03 17:33:43 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20230303
...ns : [ { caption : "点我", event: "my_click" } ] } } ] } ]); this._panel.allowUndo = true; //根据需要设置 //如果不需要undo功能,也可以直接this._data = {}; this._data = IEditor.DataWatcher.watch({}); //inspect可以多次调用,将多个数据组合在一个面板编辑 this._p...
来源: Laya3.0_文档 发布时间: 20250310
...机的按压力度来返回浮动的value值。 Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2024-09-10 16:26:59 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20240910
...gelcode.com/products/bmfont/](http://www.angelcode.com/products/bmfont/install_bmfont_1.13.exe) > Bitmap Font Generator工具当前仅支持windows系统 ### 二、使用字体库中的字体来制作位图字体 制作位图字体有两种方式,一是用字体库的字体来制作位图字体,...
来源: Laya2.0_文档 发布时间: 20210715
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/List" List Class List List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 example 以...
来源: Laya3.0_api 发布时间: 20231115
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/HScrollBar" HScrollBar Class HScrollBar 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区...
来源: Laya3.0_api 发布时间: 20231115
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/VScrollBar" VScrollBar Class VScrollBar 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区...
来源: Laya3.0_api 发布时间: 20231115
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/HSlider" HSlider Class HSlider 使用 HSlider 控件,用户可以通过在滑块轨道的终点之间移动滑块来选择值。 HSlide...
来源: Laya3.0_api 发布时间: 20231115
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/ProgressBar" ProgressBar Class ProgressBar ProgressBar 组件显示内容的加载进度。 example 以下示例代码,创建了一个...
来源: Laya3.0_api 发布时间: 20231115