docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate NetworkSceneManager.VerifySceneBeforeUnloadingDelegateHandler

    Delegate declaration for the VerifySceneBeforeUnloading handler that provides an additional level of scene unloading validation to assure the scene being unloaded should be unloaded.

    Namespace: Unity.Netcode
    Assembly: solution.dll
    Syntax
    public delegate bool NetworkSceneManager.VerifySceneBeforeUnloadingDelegateHandler(Scene scene)
    Parameters
    Type Name Description
    Scene scene

    The scene to be unloaded

    Returns
    Type Description
    bool

    true (valid) or false (not valid)

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)