C# Class OpenBve.ObjectViewer

Inheritance: OpenTK.GameWindow
Afficher le fichier Open project: leezer3/OpenBVE

Méthodes publiques

Méthode Description
ObjectViewer ( int width, int height, OpenTK.Graphics.GraphicsMode currentGraphicsMode, string openbve, GameWindowFlags @default ) : System

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void
OnRenderFrame ( FrameEventArgs e ) : void
OnResize ( EventArgs e ) : void

Private Methods

Méthode Description
DragFile ( ) : void

Method Details

ObjectViewer() public méthode

public ObjectViewer ( int width, int height, OpenTK.Graphics.GraphicsMode currentGraphicsMode, string openbve, GameWindowFlags @default ) : System
width int
height int
currentGraphicsMode OpenTK.Graphics.GraphicsMode
openbve string
@default GameWindowFlags
Résultat System

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
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