Method ReleaseScene
ReleaseScene(ResourceManager, AsyncOperationHandle<SceneInstance>)
Release a scene.
선언
AsyncOperationHandle<SceneInstance> ReleaseScene(ResourceManager resourceManager, AsyncOperationHandle<SceneInstance> sceneLoadHandle)
파라미터
타입 | 이름 | 설명 |
---|---|---|
ResourceManager | resourceManager | The resource manager to use for loading dependencies. |
AsyncOperationHandle<SceneInstance> | sceneLoadHandle | The operation handle used to load the scene. |
반환
타입 | 설명 |
---|---|
AsyncOperationHandle<SceneInstance> | An operation handle for the unload. |