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. |