C# Class MineViewer.Window

Main window for the program.
Inheritance: OpenTK.GameWindow
显示文件 Open project: dzamkov/MineViewer Class Usage Examples

Public Properties

Property Type Description
DefaultTitle string

Public Methods

Method Description
Unproject ( Vector3d Point, System.Matrix4d View, System.Matrix4d Proj ) : Vector3d

Projects a 2d screenspace coordinate to world coordinates.

Window ( string World, bool Nether, Scheme>.Dictionary Schemes ) : System

Protected Methods

Method Description
OnClosing ( System e ) : void
OnRenderFrame ( FrameEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnUpdateFrame ( FrameEventArgs e ) : void

Method Details

OnClosing() protected method

protected OnClosing ( System e ) : void
e System
return void

OnRenderFrame() protected method

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

OnResize() protected method

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

OnUpdateFrame() protected method

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

Unproject() public static method

Projects a 2d screenspace coordinate to world coordinates.
public static Unproject ( Vector3d Point, System.Matrix4d View, System.Matrix4d Proj ) : Vector3d
Point Vector3d
View System.Matrix4d
Proj System.Matrix4d
return Vector3d

Window() public method

public Window ( string World, bool Nether, Scheme>.Dictionary Schemes ) : System
World string
Nether bool
Schemes Scheme>.Dictionary
return System

Property Details

DefaultTitle public_oe static_oe property

The main portion of the window's title.
public static string DefaultTitle
return string