大约有 423 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0042 秒)
Laya_社区(333) Laya3.0_api(38) Laya2.0_文档(17) laya_api(15) Laya2.0_api(15) Laya3.0_文档(4) Laya2.0_示例(1)
...例化的UI传给分包的类 b.newUI = newUI; //初始化分包,监听按钮事件 b.init(); }, fail: function(res) { // 分包加载失败通过 fail 回调 console.log("fail"); } }); } ``` 我们来看一下onLoaded这个方法,在调用showUI显示完UI后,直接使用了微信小游戏官...
来源: Laya2.0_文档 发布时间: 20210715
...]); } 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
...]); } 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