docs.unity.cn
    Show / Hide Table of Contents

    Enum ObjectLoadingStatus

    Loading status for requests.

    Namespace: Unity.Entities.Content
    Syntax
    public enum ObjectLoadingStatus

    Fields

    Name Description Value
    None

    The requested runtime id was not found and has not started loading.


    0
    Queued

    The requested id has enterd the queue to be loaded.


    1
    Loading

    The requested runtime id has started loading, but is still active.


    2
    Completed

    The requested runtime id has completed loading successfully.


    3
    Error

    There was an error encountered when attempting to load.


    4
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, September 20, 2023