Метод | Описание | |
---|---|---|
LoadingScreenLoop ( ) : void | ||
RouteViewer ( int width, int height, OpenTK.Graphics.GraphicsMode currentGraphicsMode, string openbve, GameWindowFlags @default ) : System |
Метод | Описание | |
---|---|---|
OnClosing ( CancelEventArgs e ) : void | ||
OnLoad ( |
||
OnRenderFrame ( FrameEventArgs e ) : void | ||
OnResize ( |
Метод | Описание | |
---|---|---|
RunInRenderThread ( ThreadStart job ) : void |
This method is used during loading to run commands requiring an OpenGL context in the main render loop
|
public static LoadingScreenLoop ( ) : void | ||
Результат | void |
protected OnClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
Результат | void |
protected OnRenderFrame ( FrameEventArgs e ) : void | ||
e | FrameEventArgs | |
Результат | void |
protected OnResize ( |
||
e | ||
Результат | void |
public RouteViewer ( 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 | |
Результат | System |