This version of Unity is unsupported.

ContentLoadInterface

class in Unity.Loading

/

Implemented in:UnityEngine.ContentLoadModule

Description

API Interface for loading and unloading Content files.

Static Methods

GetContentFilesReturns all the ContentFile handles associated with the provided ContentNamespace.
GetSceneFilesAn array of all the ContentSceneFiles associated with the ContentNamespace.
LoadContentFileAsyncLoads a serialized file asynchronously from disk.
LoadSceneAsyncLoads a scene serialized file asynchronously from disk.