C# Class Bricklayer.Client.Interface.MainWindow

Handles the logical updating of UI elements
Inheritance: TomShane.Neoforce.Controls.Window
Show file Open project: Cyral/Bricklayer Class Usage Examples

Public Properties

Property Type Description
DefaultTextColor Color

Private Properties

Property Type Description

Public Methods

Method Description
MainWindow ( TomShane.Neoforce.Controls.Manager manager ) : System

Protected Methods

Method Description
Update ( GameTime gameTime ) : void

Method Details

MainWindow() public method

public MainWindow ( TomShane.Neoforce.Controls.Manager manager ) : System
manager TomShane.Neoforce.Controls.Manager
return System

Update() protected method

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Property Details

DefaultTextColor public static property

public static Color DefaultTextColor
return Color