interface in AdvancedSceneManager.Callbacks
Callback for when a scene, in a collection, that a UnityEngine.MonoBehaviour is contained within is opened.
Called before loading screen is hidden, if one is defined, or else just when collection has opened.
See also:
Callbacks.ICollectionOpenCallbacks.ICollectionOpenCoroutineCallbacks.ICollectionOpenAwaitable
| Member | Description |
|---|---|
Awaitable OnCollectionOpen(SceneCollection collection) |
Callback for when a scene, in a collection, that a UnityEngine.MonoBehaviour is contained within is opened. |
Called before loading screen is hidden, if one is defined, or else just when collection has opened.
See also:
Callbacks.ICollectionOpenCallbacks.ICollectionOpenCoroutineCallbacks.ICollectionOpenAwaitable|