docs.unity.cn
    Show / Hide Table of Contents

    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.

    ReleaseScene(ResourceManager, AsyncOperationHandle<SceneInstance>)

    Release a scene.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use