C# Class MineViewer.Window

Main window for the program.
Inheritance: OpenTK.GameWindow
Afficher le fichier Open project: dzamkov/MineViewer Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultTitle string

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnClosing ( System e ) : void
OnRenderFrame ( FrameEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnUpdateFrame ( FrameEventArgs e ) : void

Method Details

OnClosing() protected méthode

protected OnClosing ( System e ) : void
e System
Résultat void

OnRenderFrame() protected méthode

protected OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnUpdateFrame() protected méthode

protected OnUpdateFrame ( FrameEventArgs e ) : void
e FrameEventArgs
Résultat void

Unproject() public static méthode

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
Résultat Vector3d

Window() public méthode

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

Property Details

DefaultTitle public_oe static_oe property

The main portion of the window's title.
public static string DefaultTitle
Résultat string