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

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

21. 组件装饰器说明 · LayaAir3.0文档 · LAYABOX [ 46%]

...加好的Image拖入到@property暴露的Image属性入口中,这样就获取到了此节点,然后可以在脚本中使用代码控制Image的属性了。 代码中使用属性参考《组件属性的代码使用》。 (动图2-2) 2.5.2 自定义对象类型 自定义对象类型,就是...

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

22. 资源加载 · LayaAir3.0文档 · LAYABOX [ 40%]

....json"; //fetch取到的是原始数据,但没有缓存,无法用getRes获取 Laya.loader.fetch(jsonPath, "json").then((_json) => { if (_json.bagList && _json.bagList.length > 0) { //把json数据传递给list组件的数据源属性array this.bagList.array = _json.bagList; } }); }...

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

23. laya.d3.core.ui3d.UI3D_API3.0 [ 32%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

来源: Laya3.0_api 发布时间: 20231115