UnityEngine.Networking.NetworkManager.SetupMigrationManager C# (CSharp) Method

SetupMigrationManager() public method

This sets up a NetworkMigrationManager object to work with this NetworkManager.

public SetupMigrationManager ( NetworkMigrationManager man ) : void
man NetworkMigrationManager The migration manager object to use with the NetworkManager.
return void
        public void SetupMigrationManager(NetworkMigrationManager man)
        {
            this.m_MigrationManager = man;
        }