UnityEngine.ContentLoadModule

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.

Did you find this page useful? Please give it a rating: