Show() public méthode

public Show ( ) : void
Résultat void
Exemple #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();
 }