C# Class GravityTurn.Window.BaseWindow

Datei anzeigen Open project: johnfink8/GravityTurn Class Usage Examples

Public Properties

Property Type Description
WindowTitle string
WindowVisible bool

Protected Properties

Property Type Description
turner GravityTurner

Public Methods

Method Description
BaseWindow ( GravityTurner turner, int inWindowID ) : System
Load ( ) : void
OnDestroy ( ) : void
Save ( ) : void
WindowGUI ( int windowID ) : void
drawGUI ( ) : void

Protected Methods

Method Description
ItemLabel ( string labelText ) : void

Method Details

BaseWindow() public method

public BaseWindow ( GravityTurner turner, int inWindowID ) : System
turner GravityTurner
inWindowID int
return System

ItemLabel() protected method

protected ItemLabel ( string labelText ) : void
labelText string
return void

Load() public method

public Load ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

Save() public method

public Save ( ) : void
return void

WindowGUI() public method

public WindowGUI ( int windowID ) : void
windowID int
return void

drawGUI() public method

public drawGUI ( ) : void
return void

Property Details

WindowTitle public_oe property

public string WindowTitle
return string

WindowVisible public_oe property

public bool WindowVisible
return bool

turner protected_oe property

protected GravityTurner turner
return GravityTurner