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

大约有 1 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0011 秒)

1. IDE-显示IDE创建的界面 [ 100%]

....Text; import laya.events.Event; import laya.ui.Box; import laya.ui.Label; public class TestView extends TestPageUI { public function TestView() { //btn是编辑器界面设定的,代码里面能直接使用,并且有代码提示 btn.on(Event.CLICK, this, onBtnClick); btn2.on(Event.CLICK, this, ...

来源: Laya_示例 发布时间: 20260815