Class SceneProvider
Implementation if ISceneProvider
Implements
Inherited Members
Namespace: UnityEngine.ResourceManagement.ResourceProviders
Assembly: Unity.ResourceManager.dll
Syntax
public class SceneProvider : ISceneProvider
Methods
| Name | Description |
|---|---|
| ProvideScene(ResourceManager, IResourceLocation, LoadSceneMode, bool, int) | Load a scene at a specified resource location. |
| ProvideScene(ResourceManager, IResourceLocation, LoadSceneParameters, bool, int) | Load a scene at a specified resource location. |
| ProvideScene(ResourceManager, IResourceLocation, LoadSceneParameters, SceneReleaseMode, bool, int) | Load a scene at a specified resource location. |
| ReleaseScene(ResourceManager, AsyncOperationHandle<SceneInstance>) | Release a scene. |