C# Class DebugLauncherMenu, GameProject

Inheritance: MonoBehaviour
显示文件 Open project: EECS390IndieTeam/GameProject

Public Properties

Property Type Description
WindowWidth float

Public Methods

Method Description
OnGUI ( ) : void
Update ( ) : void

Private Methods

Method Description
DrawClientMenu ( ) : void
DrawFieldLine ( string label, string &data ) : void
DrawLoadingMessage ( ) : void
DrawSelectionMenu ( ) : void
DrawServerSetupMenu ( ) : void
EndBox ( ) : void
FlexLabel ( string label ) : void
StartBox ( float height ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

WindowWidth public_oe property

public float WindowWidth
return float