Method ReleaseScene
ReleaseScene(ISceneProvider, AsyncOperationHandle<SceneInstance>)
Release a scene.
선언
public AsyncOperationHandle<SceneInstance> ReleaseScene(ISceneProvider sceneProvider, AsyncOperationHandle<SceneInstance> sceneLoadHandle)
파라미터
타입 | 이름 | 설명 |
---|---|---|
ISceneProvider | sceneProvider | The scene provider. |
AsyncOperationHandle<SceneInstance> | sceneLoadHandle | The operation handle used to load the scene. |
반환
타입 | 설명 |
---|---|
AsyncOperationHandle<SceneInstance> | An operation handle for the unload. |