C# Class FirstPerson.Window

Inheritance: OpenTK.GameWindow
显示文件 Open project: jonnyli1125/FirstPerson Class Usage Examples

Public Properties

Property Type Description
Camera Camera
Version string

Public Methods

Method Description
Window ( ) : System

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void
OnRenderFrame ( FrameEventArgs e ) : void
OnUpdateFrame ( FrameEventArgs e ) : void

Private Methods

Method Description
Main ( string args ) : void

Method Details

OnLoad() protected method

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

OnRenderFrame() protected method

protected OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
return void

OnUpdateFrame() protected method

protected OnUpdateFrame ( FrameEventArgs e ) : void
e FrameEventArgs
return void

Window() public method

public Window ( ) : System
return System

Property Details

Camera public_oe static_oe property

public static Camera,FirstPerson Camera
return Camera

Version public_oe static_oe property

public static string Version
return string