C# 클래스 DemoLib.Demo

상속: Me.Amon.Pwd.E.APwdAction
파일 보기 프로젝트 열기: mono/DemoLib 1 사용 예제들

공개 메소드들

메소드 설명
AddScene ( Scene scene ) : void
Demo ( ) : System
Init ( string title ) : void
Init ( string title, int width, int height ) : void
Init ( string title, int width, int height, bool fullscreen ) : void
Run ( ) : void
Run ( bool loop ) : void

비공개 메소드들

메소드 설명
Display ( ) : void
FramesElapsed ( ) : int
Idle ( ) : void
Keyboard ( byte c, int x, int y ) : void
RenderFPS ( ) : void
Reshape ( int width, int height ) : void
SetGLCallbacks ( ) : void
SetGLDefaults ( ) : void
Special ( int c, int x, int y ) : void

메소드 상세

AddScene() 공개 메소드

public AddScene ( Scene scene ) : void
scene Scene
리턴 void

Demo() 공개 메소드

public Demo ( ) : System
리턴 System

Init() 공개 메소드

public Init ( string title ) : void
title string
리턴 void

Init() 공개 메소드

public Init ( string title, int width, int height ) : void
title string
width int
height int
리턴 void

Init() 공개 메소드

public Init ( string title, int width, int height, bool fullscreen ) : void
title string
width int
height int
fullscreen bool
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

Run() 공개 메소드

public Run ( bool loop ) : void
loop bool
리턴 void