Interface ISceneProvider
Interface for scene providers.
Namespace: UnityEngine.ResourceManagement.ResourceProviders
Assembly: Unity.ResourceManager.dll
Syntax
public interface 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. |
ReleaseScene(ResourceManager, AsyncOperationHandle<SceneInstance>) | Release a scene. |