Method ReleaseScene
ReleaseScene(ResourceManager, AsyncOperationHandle<SceneInstance>)
Release a scene.
Declaration
AsyncOperationHandle<SceneInstance> ReleaseScene(ResourceManager resourceManager, AsyncOperationHandle<SceneInstance> sceneLoadHandle)
Parameters
Type | Name | Description |
---|---|---|
ResourceManager | resourceManager | The resource manager to use for loading dependencies. |
AsyncOperationHandle<SceneInstance> | sceneLoadHandle | The operation handle used to load the scene. |
Returns
Type | Description |
---|---|
AsyncOperationHandle<SceneInstance> | An operation handle for the unload. |