大约有 6 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0041 秒)
...接口类型(仅 Android HarmonyOS 支持) brand string 设备品牌 model string 设备型号。新机型刚推出一段时间会显示unknown,会尽快进行适配。 system string 操作系统及版本 platform string 客户端平台,合法值见下表 cpuType string 设备CPU型号(仅...
来源: Laya3.0_文档 发布时间: 20260128
...ir MCP 开发指南 Author: Charley LayaAir 引擎提供了完整的 MCP(Model Context Protocol,模型上下文协议)解决方案, LayaAir-MCP 插件让 AI 可以直接操控 LayaAir IDE 并准确编写代码,极大提升开发效率。 1、MCP 协议介绍 MCP(Model Context Protocol,...
来源: Laya3.0_文档 发布时间: 20260206
... }).setContent("en", { meshRate: "Mesh Rate2", meshRateTips: "Compress the model mesh based on the set ratio." }); console.log(myI18n.t("meshRate")); Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:59 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...xport class AnimationScript extends Laya.AnimatorStateScript { ... private model: Laya.Sprite3D; /**@internal */ setPlayScriptInfo(animator: Laya.Animator | Laya.Animator2D, layerindex: number, playstate: Laya.AnimatorState | Laya.AnimatorState2D) { ... this.model = animator.owner as Laya.Sprite3D;/...
来源: Laya3.0_文档 发布时间: 20251010
...阿里巴巴旗下的Qoder等。 推荐大家下载使用。 4、MCP MCP(Model Context Protocol,模型上下文协议)是由Anthropic开发的开放标准协议,旨在标准化大型语言模型(LLM)与外部数据源、工具及应用之间的交互方式,被视为“AI界的USB-C接...
来源: Laya3.0_文档 发布时间: 20260206
...n.t("meshRate", "Mesh Rate"), tips: myI18n.t("meshRateTips", "Compress the model mesh based on the set ratio."), } ] } 可以多次调用setContent添加不同语言的翻译,下面的例子添加了语言en的翻译,所以在应用t函数时可以省略默认值。 //第二个参数是备用语...
来源: Laya3.0_文档 发布时间: 20251010