C# 클래스 InstancingDemo2D.InstancingDemo

상속: Game
파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 메소드들

메소드 설명
InstancingDemo ( ) : System

Add services and set options

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Kill stuff here

Draw ( GameTime gameTime, StereoEye stereoEye ) : void

Draw stuff here

Initialize ( ) : void

Load stuff here

Update ( GameTime gameTime ) : void

Update stuff here

비공개 메소드들

메소드 설명
InputDevice_KeyDown ( object sender, InputDevice e ) : void

InstancingDemo_Exiting ( object sender, EventArgs e ) : void

InstancingDemo_Reloading ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Kill stuff here
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Draw() 보호된 메소드

Draw stuff here
protected Draw ( GameTime gameTime, StereoEye stereoEye ) : void
gameTime GameTime
stereoEye StereoEye
리턴 void

Initialize() 보호된 메소드

Load stuff here
protected Initialize ( ) : void
리턴 void

InstancingDemo() 공개 메소드

Add services and set options
public InstancingDemo ( ) : System
리턴 System

Update() 보호된 메소드

Update stuff here
protected Update ( GameTime gameTime ) : void
gameTime GameTime
리턴 void