static class in AdvancedSceneManager.Callbacks
Provides utilities for discovering and invoking scene and collection callbacks.
Handles interfaces derived from Callbacks.ISceneCallbacks and their coroutine/awaitable counterparts.
| Member | Description |
|---|---|
IEnumerator DoCollectionCloseCallbacks(SceneCollection collection) |
Invokes all collection close callbacks on the specified collection. |
IEnumerator DoCollectionOpenCallbacks(SceneCollection collection) |
Invokes all collection open callbacks on the specified collection. |
IEnumerator DoSceneCloseCallbacks(Scene scene) |
Invokes all scene close callbacks on the specified scene. |
IEnumerator DoSceneOpenCallbacks(Scene scene) |
Invokes all scene open callbacks on the specified scene. |
CallbackUtility.FluentInvokeAPI<T> Invoke<T>() |
Creates a fluent callback invocation API for the specified callback type. |