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

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

1. UI运行时 · LayaAir3.0文档 · LAYABOX [ 100%]

...自定义的组件脚本“NewScript.ts”中添加如下代码,来看看如何在自定义的组件脚本中使用Runtime的功能。 import { RuntimeScript } from "./RuntimeScript"; const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { private ui : Runtime...

来源: Laya3.0_文档 发布时间: 20241014

2. 下拉选项框组件 · LayaAir3.0文档 · LAYABOX [ 77%]

...oBox类,通过代码设定ComboBox相关的属性。下述示例演示了如何通过代码设置下拉选项,并通过点击获取到选项。 运行示例效果: (动图2-1) 示例代码: const { regClass, property } = Laya; @regClass() export class UI_ComboBox extends Laya.Script { pr...

来源: Laya3.0_文档 发布时间: 20241014