Enum NetworkMigrationManager.SceneChangeOption | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Enum NetworkMigrationManager.SceneChangeOption

    An enumeration of how to handle scene changes when the connection to the host is lost.

    Namespace: UnityEngine.Networking
    Syntax
    public enum SceneChangeOption

    Fields

    Name Description
    StayInOnlineScene

    The client should stay in the online scene.

    SwitchToOfflineScene

    The client should return to the offline scene.

    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX