版本: Unity 6 (6000.0)
语言英语
  • C#

UnityEngine.ContentLoadModule

建议修改

成功!

感谢您帮助我们提高 Unity 文档的质量。虽然我们无法接受所有提交内容,但我们会阅读用户提出的每项修改建议,并在适用的情况下进行更新。

关闭

提交失败

由于某种原因,您的修改建议无法提交。请<a>稍后再试</a>。感谢您抽出时间帮助我们提高 Unity 文档的质量。

关闭

取消

描述

ContentLoad 模块实现 ContentLoadInterface 类和相关 API,用于从 ContentFiles 加载数据。

ContentLoadInterface加载和卸载 Content 文件的 API 接口。

结构

ContentFile此结构充当访问 ContentLoadInterface.LoadContentFileAsync 加载的文件的句柄。您可以使用它访问加载操作的状态和结果。
ContentFileUnloadHandle可用于跟踪卸载操作进度的句柄。它由 ContentFile.UnloadAsync 返回。
ContentSceneFileContentLoadInterface.LoadSceneAsync 返回的句柄。您可以使用此句柄访问加载操作的状态和结果。
ContentSceneParameters此结构将所有 ContentLoadInterface.LoadSceneAsync 参数收集到一个地方。

枚举

LoadingStatusContentFile 的加载状态。
SceneLoadingStatusContentSceneFile 的加载状态。这可以通过 ContentSceneFile.Status 访问。