Scene Loader
This class handles loading and unloading of scenes.
Members
private static MonoBehaviourHook _monoBehaviourHook
:A special variable that holds the
MonoBehaviourHook
component.
Methods
Used to load the scene.
If an load is already in progress, it stops the process.
Used to unload the scene.
If a drain operation is already being performed, it stops the operation.
Initializes variable
_monoBehaviourHook
and adds the required component.
This class handles loading and unloading of scenes. The MonoBehaviourHook
component is used to perform operations asynchronously.
Last updated