Version: 2023.1
LanguageEnglish
  • C#

UnityEngine.ContentLoadModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The ContentLoad module implements the ContentLoadInterface class and related APIs to load data from ContentFiles.

Classes

ContentLoadInterfaceAPI Interface for loading and unloading Content files.

Structs

ContentFileThis struct acts like a handle for accessing a file loaded by ContentLoadInterface.LoadContentFileAsync. You can use it to access the status and results of the load operation.
ContentFileUnloadHandleA handle that can be used to track the progress of an unload operation. This is returned from ContentFile.UnloadAsync.
ContentSceneFileThe handle returned from ContentLoadInterface.LoadSceneAsync. You can use this handle to access the status and results of the load operation.
ContentSceneParametersThis struct collects all the ContentLoadInterface.LoadSceneAsync parameters in to a single place.

Enumerations

LoadingStatusThe loading status of a ContentFile.
SceneLoadingStatusThe loading status of a ContentSceneFile. This is accessed by ContentSceneFile.Status.