Method ActivateAsync
ActivateAsync()
Activate the scene via the AsyncOperation. This is the scene loading AsyncOperation provided by the engine. The documentation for AsyncOperation can be found here: https://docs.unity3d.com/ScriptReference/AsyncOperation.html
Declaration
public AsyncOperation ActivateAsync()
Returns
Type | Description |
---|---|
AsyncOperation | The scene load operation. |