C# Class GravityTurn.Window.BaseWindow

Afficher le fichier Open project: johnfink8/GravityTurn Class Usage Examples

Méthodes publiques

Свойство Type Description
WindowTitle string
WindowVisible bool

Protected Properties

Свойство Type Description
turner GravityTurner

Méthodes publiques

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

Méthodes protégées

Méthode Description
ItemLabel ( string labelText ) : void

Method Details

BaseWindow() public méthode

public BaseWindow ( GravityTurner turner, int inWindowID ) : System
turner GravityTurner
inWindowID int
Résultat System

ItemLabel() protected méthode

protected ItemLabel ( string labelText ) : void
labelText string
Résultat void

Load() public méthode

public Load ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

WindowGUI() public méthode

public WindowGUI ( int windowID ) : void
windowID int
Résultat void

drawGUI() public méthode

public drawGUI ( ) : void
Résultat void

Property Details

WindowTitle public_oe property

public string WindowTitle
Résultat string

WindowVisible public_oe property

public bool WindowVisible
Résultat bool

turner protected_oe property

protected GravityTurner turner
Résultat GravityTurner