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

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

421. 微信小游戏分包实战(ActionScript-小游戏适配文档-微信小游戏) [ 29%]

...例化的UI传给分包的类 b.newUI = newUI; //初始化分包,监听按钮事件 b.init(); }, fail: function(res) { // 分包加载失败通过 fail 回调 console.log("fail"); } }); } ``` 我们来看一下onLoaded这个方法,在调用showUI显示完UI后,直接使用了微信小游戏官...

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

422. laya.ui.TextInput_API3.0 [ 28%]

...]); } 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

423. laya.ui.TextArea_API3.0 [ 25%]

...]); } 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