Interface ISceneProvider
Interface for scene providers.
네임스페이스: UnityEngine.ResourceManagement.ResourceProviders
어셈블리: solution.dll
구문
public interface ISceneProvider
메서드
이름 | 설명 |
---|---|
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. |