C# 클래스 Duality.Launcher.DualityLauncher

상속: OpenTK.GameWindow
파일 보기 프로젝트 열기: BraveSirAndrew/duality 1 사용 예제들

공개 메소드들

메소드 설명
DualityLauncher ( int w, int h, OpenTK.Graphics.GraphicsMode mode, string title, GameWindowFlags flags ) : System
ShowConsole ( ) : void

보호된 메소드들

메소드 설명
OnFocusedChanged ( EventArgs e ) : void
OnRenderFrame ( FrameEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnUpdateFrame ( FrameEventArgs e ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void
OnUserDataChanged ( object sender, EventArgs eventArgs ) : void
SetMouseDeviceX ( int x ) : void
SetMouseDeviceY ( int y ) : void
SetVSyncMode ( GameWindow window ) : void
ValidateMinimumGPUSpec ( ) : bool

메소드 상세

DualityLauncher() 공개 메소드

public DualityLauncher ( int w, int h, OpenTK.Graphics.GraphicsMode mode, string title, GameWindowFlags flags ) : System
w int
h int
mode OpenTK.Graphics.GraphicsMode
title string
flags GameWindowFlags
리턴 System

OnFocusedChanged() 보호된 메소드

protected OnFocusedChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnRenderFrame() 보호된 메소드

protected OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnUpdateFrame() 보호된 메소드

protected OnUpdateFrame ( FrameEventArgs e ) : void
e FrameEventArgs
리턴 void

ShowConsole() 공개 정적인 메소드

public static ShowConsole ( ) : void
리턴 void