大约有 243 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0076 秒)
Laya_社区(152) Laya2.0_文档(48) Laya3.0_文档(32) Laya3.0_api(6) Laya2.0_api(2) laya_api(2) Laya2.0_示例(1)
....org/](http://www.mapeditor.org/))后,直接点击`DownLoad at itch.io`按钮进入下载链接([https://thorbjorn.itch.io/tiled](https://thorbjorn.itch.io/tiled))。如果官网改版,也可以直接从下载页[http://www.mapeditor.org/download.html](http://www.mapeditor.org/download.htm...
来源: Laya2.0_文档 发布时间: 20210715
....org/](http://www.mapeditor.org/))后,直接点击`DownLoad at itch.io`按钮进入下载链接([https://thorbjorn.itch.io/tiled](https://thorbjorn.itch.io/tiled))。如果官网改版,也可以直接从下载页[http://www.mapeditor.org/download.html](http://www.mapeditor.org/download.htm...
来源: Laya2.0_文档 发布时间: 20210715
...aramthis.time = null; 需要加载多少毫秒后恢复 */ /** 点击标记按钮处理 * @paramthis.index = null; 要删除的列表索引 */ /** 单元格上的删除按钮点击逻辑 * @paramthis.index = null; 要删除的列表索引 */ /** 创建list模拟数据 * @paramthis.max = null; 最大...
来源: Laya2.0_示例 发布时间: 20251130
....org/](http://www.mapeditor.org/))后,直接点击`DownLoad at itch.io`按钮进入下载链接([https://thorbjorn.itch.io/tiled](https://thorbjorn.itch.io/tiled))。如果官网改版,也可以直接从下载页[http://www.mapeditor.org/download.html](http://www.mapeditor.org/download.htm...
来源: Laya2.0_文档 发布时间: 20210714
...是建议全部导入(默认是全选)。 所以,直接点击Import按钮,开始全部导入,即可。 (图2-4) 导入完成后,可以看到菜单栏多出一个LayaAir3D,如图2-5所示。此时说明,已经导入成功。 (图2-5) 2.2.2 拖拽式导入 拖拽式安装的操...
来源: Laya3.0_文档 发布时间: 20251010
...]); } private function showTips1():void { _testTips.label.text = "这里是按钮[" + btn1.label + "]"; tip.addChild(_testTips); } private function showTips2(name:String):void { _testTips.label.text = "这里是" + name; tip.addChild(_testTips); } Returns any Inherited from UIComponent.toolTip Defin...
来源: Laya3.0_api 发布时间: 20231115
...对于容器内有大量静态内容或者不经常变化的内容(比如按钮),可以对整个容器设置cacheAs属性,能大量减少Sprite的数量,显著提高性能。如果有动态内容,最好和静态内容分开,以便只缓存静态内容。 Panel内,会针对panel区域...
来源: Laya3.0_文档 发布时间: 20251010
...得索引,那么可以使用GetChildIndex。注意,item类型必须是按钮,即GButton,才可以触发ClickItem事件。 二、 虚拟列表 如果列表的item数量特别多时,例如几百上千,为每一条项目创建实体的显示对象将非常消耗时间和资源。本UI系统...
来源: Laya3.0_文档 发布时间: 20251128
...]); } private function showTips1():void { _testTips.label.text = "这里是按钮[" + btn1.label + "]"; tip.addChild(_testTips); } private function showTips2(name:String):void { _testTips.label.text = "这里是" + name; tip.addChild(_testTips); } Returns any Inherited from UIComponent.toolTip Defin...
来源: Laya3.0_api 发布时间: 20231115
... Parameters Default value type: string = null 如果是点击默认关闭按钮触发,则传入关闭按钮的名字(name),否则为null。 Returns void onDestroy onDestroy(): void Inherited from Node.onDestroy Defined in laya/display/Node.ts:204 销毁时执行 此方法为虚方法,使用时...
来源: Laya3.0_api 发布时间: 20231115