C# Class MatchMakerCanvasControl, SOFTENG-306-PROJECT-2

Inheritance: CanvasControl
Exibir arquivo Open project: gdsl/SOFTENG-306-PROJECT-2

Public Methods

Method Description
OnGUICreateMatchMakerGame ( ) : void
OnGUIExitMatchMaker ( ) : void
OnGUIJoinMatchMakerGame ( ) : void
OnGUIMatchList ( ListMatchResponse matchList ) : void
Show ( ) : void

Method Details

OnGUICreateMatchMakerGame() public method

public OnGUICreateMatchMakerGame ( ) : void
return void

OnGUIExitMatchMaker() public method

public OnGUIExitMatchMaker ( ) : void
return void

OnGUIJoinMatchMakerGame() public method

public OnGUIJoinMatchMakerGame ( ) : void
return void

OnGUIMatchList() public method

public OnGUIMatchList ( ListMatchResponse matchList ) : void
matchList UnityEngine.Networking.Match.ListMatchResponse
return void

Show() public method

public Show ( ) : void
return void