Enum TestContentBundle.LoadState
Enumeration of the load state of the content bundle. This is used to track the loading state of the content bundle. It contains options for not loaded, loading, loaded, and failed states.
Namespace: UnityEngine.TestTools.Graphics
Assembly: UnityEngine.TestTools.Graphics.dll
Syntax
public enum TestContentBundle.LoadState
Fields
| Name | Description |
|---|---|
| Failed | The content bundle failed to load. This can happen if the content bundle is not found or if there is an error during loading. |
| Loaded | The content bundle has been successfully loaded. |
| Loading | The content bundle is currently being loaded. |
| NotLoaded | The content bundle has not been loaded yet. |