大约有 225 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0070 秒)
Laya_社区(145) Laya2.0_文档(48) Laya3.0_文档(21) Laya3.0_api(6) Laya2.0_api(2) laya_api(2) Laya2.0_示例(1)
...页(http://www.mapeditor.org/)后,直接点击`DownLoad at itch.io`按钮进入下载链接(https://thorbjorn.itch.io/tiled)。 (图2-1) 如果官网改版,也可以直接从下载页 http://www.mapeditor.org/download.html 找到下载链接。 找到对应的系统版本链接,下...
来源: Laya3.0_文档 发布时间: 20230303
....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_示例 发布时间: 20241124
....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_文档 发布时间: 20241109
...]); } 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_文档 发布时间: 20241014
...]); } 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