docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum SceneSystem.SectionStreamingState

    Contains the streaming state of a loading section.

    Namespace: Unity.Scenes
    Assembly: Unity.Scenes.dll
    Syntax
    public enum SceneSystem.SectionStreamingState

    Fields

    Name Description
    FailedToLoad

    The section failed to load.

    LoadRequested

    The section is expected to load, but the loading hasn't started yet. It could be waiting for section 0 to load.

    Loaded

    The section has been loaded.

    Loading

    The section currently is loading.

    UnloadRequested

    The section has been marked for unloading but it hasn't been processed yet.

    Unloaded

    The section is not loading and it's not expected to load. It could be that it has just been fully unloaded.

    In This Article
    Back to top
    Copyright © 2024 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)