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