大约有 24 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0028 秒)
...例凹多边形的问题 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 关于使用matterjs物理引擎鼠标问题 Laya mac版的IDE 是没测试就上线了吗? [引擎优化]希望官方可以增加stencil功能 如何修改物理引擎中的图层 matter 物理引擎 问题...
来源: Laya_社区 发布时间: 20181218
...加好的Image拖入到@property暴露的Image属性入口中,这样就获取到了此节点,然后可以在脚本中使用代码控制Image的属性了。 (动图2-3) 代码中使用属性参考《组件属性的代码使用》。 2.5.2 自定义对象类型 自定义对象类型,就是...
来源: Laya3.0_文档 发布时间: 20251010
....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_文档 发布时间: 20251010
... 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