ContentLoadInterface
API Interface for loading and unloading Content files.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: Unity.Loading
- Assembly: UnityEngine.ContentLoadModule
public static class ContentLoadInterface
Static Methods
Method | Description |
|---|---|
| GetContentFiles | Returns all the ContentFile handles associated with the provided ContentNamespace. |
| GetIntegrationTimeMS | Gets the target duration allowed per frame to integrate loading or unloading objects, in milliseconds. |
| GetSceneFiles | An array of all the ContentSceneFiles associated with the ContentNamespace. |
| LoadContentFileAsync | Loads a serialized file asynchronously from disk. |
| LoadSceneAsync | Loads a scene serialized file asynchronously from disk. |
| SetIntegrationTimeMS | Sets the target duration allowed per frame to integrate loading or unloading objects, in milliseconds. |