C# Class Example.PlayerWindow

Inheritance: OOGL.GUI.Abstract.BaseFrame
Show file Open project: tpb3d/TPB3D

Public Methods

Method Description
InitializeControls ( ) : void
OnResize ( ) : void
PlayerWindow ( BaseFrameMgr frameMgr ) : System
Update ( double gameTime ) : void

Private Methods

Method Description
InitHelper ( Label &label, ProgressBar &bar, int row, string text, int value, Color barColor, Color barBack, Color textBack ) : void
ResizeHelper ( Label label, ProgressBar bar, int row, int rows ) : void

Method Details

InitializeControls() public method

public InitializeControls ( ) : void
return void

OnResize() public method

public OnResize ( ) : void
return void

PlayerWindow() public method

public PlayerWindow ( BaseFrameMgr frameMgr ) : System
frameMgr OOGL.GUI.Abstract.BaseFrameMgr
return System

Update() public method

public Update ( double gameTime ) : void
gameTime double
return void