docs.unity3d.com
    Show / Hide Table of Contents

    Method ProvideScene

    ProvideScene(ResourceManager, IResourceLocation, LoadSceneMode, Boolean, Int32)

    Load a scene at a specified resource location.

    Declaration
    public AsyncOperationHandle<SceneInstance> ProvideScene(ResourceManager resourceManager, IResourceLocation location, LoadSceneMode loadSceneMode, bool activateOnLoad, int priority)
    Parameters
    Type Name Description
    ResourceManager resourceManager

    The resource manager to use for loading dependencies.

    IResourceLocation location

    The location of the scene.

    LoadSceneMode loadSceneMode
    Boolean activateOnLoad

    If true, the scene is activated as soon as it finished loading. Otherwise it needs to be activated via the returned SceneInstance object.

    Int32 priority

    The loading priority for the load.

    Returns
    Type Description
    AsyncOperationHandle<SceneInstance>

    An operation handle for the loading of the scene. The scene is wrapped in a SceneInstance object to support delayed activation.

    Implements
    ISceneProvider.ProvideScene(ResourceManager, IResourceLocation, LoadSceneMode, Boolean, Int32)

    ProvideScene(ResourceManager, IResourceLocation, LoadSceneParameters, Boolean, Int32)

    Load a scene at a specified resource location.

    Declaration
    public AsyncOperationHandle<SceneInstance> ProvideScene(ResourceManager resourceManager, IResourceLocation location, LoadSceneParameters loadSceneParameters, bool activateOnLoad, int priority)
    Parameters
    Type Name Description
    ResourceManager resourceManager

    The resource manager to use for loading dependencies.

    IResourceLocation location

    The location of the scene.

    LoadSceneParameters loadSceneParameters

    Load parameters for the scene.

    Boolean activateOnLoad

    If true, the scene is activated as soon as it finished loading. Otherwise it needs to be activated via the returned SceneInstance object.

    Int32 priority

    The loading priority for the load.

    Returns
    Type Description
    AsyncOperationHandle<SceneInstance>

    An operation handle for the loading of the scene. The scene is wrapped in a SceneInstance object to support delayed activation.

    Implements
    ISceneProvider.ProvideScene(ResourceManager, IResourceLocation, LoadSceneParameters, Boolean, Int32)
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023