大约有 4 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0028 秒)
... }).setContent("en", { meshRate: "Mesh Rate2", meshRateTips: "Compress the model mesh based on the set ratio." }); console.log(myI18n.t("meshRate")); Copyright ©Layabox 2025 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_文档 发布时间: 20251103
...n.t("meshRate", "Mesh Rate"), tips: myI18n.t("meshRateTips", "Compress the model mesh based on the set ratio."), } ] } 可以多次调用setContent添加不同语言的翻译,下面的例子添加了语言en的翻译,所以在应用t函数时可以省略默认值。 //第二个参数是备用语...
来源: Laya3.0_文档 发布时间: 20251010