C# 클래스 DemoLib.Scene

상속: IScene
파일 보기 프로젝트 열기: mono/DemoLib 1 사용 예제들

공개 메소드들

메소드 설명
AdvanceFrame ( ) : bool
RenderFrame ( ) : void
Reset ( int width, int height ) : void
Resize ( int width, int height ) : void
Scene ( ) : System

메소드 상세

AdvanceFrame() 공개 메소드

public AdvanceFrame ( ) : bool
리턴 bool

RenderFrame() 공개 메소드

public RenderFrame ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( int width, int height ) : void
width int
height int
리턴 void

Resize() 공개 메소드

public Resize ( int width, int height ) : void
width int
height int
리턴 void

Scene() 공개 메소드

public Scene ( ) : System
리턴 System