docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)