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
선언
public AsyncOperation ActivateAsync()
반환
타입 | 설명 |
---|---|
AsyncOperation | The scene load operation. |