Interface ISceneProvider
Interface for scene providers.
Namespace: UnityEngine.ResourceManagement.ResourceProviders
Syntax
public interface 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. |