Show() public method

public Show ( ) : void
return void
Exemplo n.º 1
0
    // Use this for initialization
    void Start()
    {
        s_Singleton = this;

        //When the game is loaded show the offlineCanvas to the user
        offlineCanvas.Show();

        base.matchSize      = 5;
        base.maxConnections = 5;
    }
 void Start()
 {
     s_Singleton = this;
     offlineCanvas.Show();
 }