大约有 2 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0021 秒)
...示当列表项超出6个时,会开始滚动。 (图1-5) 1.2.4 设置数据源 必须要在代码中给List组件设置数据源。 const { regClass, property } = Laya; @regClass() export class Script extends Laya.Script { @property({ type: Laya.List }) list: Laya.List constructor() { super();...
来源: Laya3.0_文档 发布时间: 20241014
...Source设置为一个字符串,表示使用该名字的属性作为下拉数据源 @property({ type: String, enumSource: "itemsProvider" }) enumItems: string; 3.3 IDE中执行生命周期方法@runInEditor 除了在IDE属性面板上暴露组件属性,开发者还可以通过装饰器标识 @run...
来源: Laya3.0_文档 发布时间: 20241014