C# Class GloubiBoule.GloubiForm

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: Patapom/GodComplex

Public Properties

Property Type Description
m_AverageFrameTime float
m_CurrentGameTime float
m_StartFPSTime float
m_StartGameTime float
m_StopWatch System.Diagnostics.Stopwatch
m_SumFrames int

Public Methods

Method Description
Application_Idle ( object sender, EventArgs e ) : void
BuildNoiseTextures ( ) : void
BuildPrimitives ( ) : void
Camera_CameraTransformChanged ( object sender, EventArgs e ) : void
GetGameTime ( ) : float

Gets the current game time in seconds

GloubiForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosed ( System.Windows.Forms.FormClosedEventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

buttonReload_Click ( object sender, EventArgs e ) : void

Method Details

Application_Idle() public method

public Application_Idle ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

BuildNoiseTextures() public method

public BuildNoiseTextures ( ) : void
return void

BuildPrimitives() public method

public BuildPrimitives ( ) : void
return void

Camera_CameraTransformChanged() public method

public Camera_CameraTransformChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetGameTime() public method

Gets the current game time in seconds
public GetGameTime ( ) : float
return float

GloubiForm() public method

public GloubiForm ( ) : System
return System

OnFormClosed() protected method

protected OnFormClosed ( System.Windows.Forms.FormClosedEventArgs e ) : void
e System.Windows.Forms.FormClosedEventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

m_AverageFrameTime public_oe property

public float m_AverageFrameTime
return float

m_CurrentGameTime public_oe property

public float m_CurrentGameTime
return float

m_StartFPSTime public_oe property

public float m_StartFPSTime
return float

m_StartGameTime public_oe property

public float m_StartGameTime
return float

m_StopWatch public_oe property

public System.Diagnostics.Stopwatch m_StopWatch
return System.Diagnostics.Stopwatch

m_SumFrames public_oe property

public int m_SumFrames
return int