interface in AdvancedSceneManager.Callbacks
Callback for when a scene, in a collection, that a UnityEngine.MonoBehaviour is contained within is closed.
Called after loading screen has opened, if one is defined, or else just before collection is closed.
See also:
Callbacks.ICollectionCloseCallbacks.ICollectionCloseCoroutineCallbacks.ICollectionCloseAwaitable
| Member | Description |
|---|---|
void OnCollectionClose(SceneCollection collection) |
Callback for when a scene, in a collection, that a UnityEngine.MonoBehaviour is contained within is closed. |
Called after loading screen has opened, if one is defined, or else just before collection is closed.
See also:
Callbacks.ICollectionCloseCallbacks.ICollectionCloseCoroutineCallbacks.ICollectionCloseAwaitable|