docs.unity.cn
    Show / Hide Table of Contents

    Method GetSceneLoadingStatus

    GetSceneLoadingStatus(UntypedWeakReferenceId)

    Gets the current status of an active scene.

    Declaration
    [ExcludeFromBurstCompatTesting("References managed engine API and static data")]
    [Obsolete("This property is no longer valid.  Check the loading status of the scene returned from LoadSceneAsync.")]
    public static SceneLoadingStatus GetSceneLoadingStatus(UntypedWeakReferenceId sceneId)
    Parameters
    Type Name Description
    UntypedWeakReferenceId sceneId

    The id of the scene.

    Returns
    Type Description
    SceneLoadingStatus

    The status of the scene loading process.

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