C# 클래스 Dandy.Game

파일 보기 프로젝트 열기: jackpal/Dandy-Dungeon

공개 메소드들

메소드 설명
Game ( ) : System
HandleEvent ( bool down, Keys key ) : void
Init ( ) : void
Render ( Device device, VertexBuffer vertexBuffer, Texture texture ) : void
Start ( ) : void
Step ( ) : void
TranslateKeysToPads ( ) : void

비공개 메소드들

메소드 설명
MovePlayers ( ) : void

메소드 상세

Game() 공개 메소드

public Game ( ) : System
리턴 System

HandleEvent() 공개 메소드

public HandleEvent ( bool down, Keys key ) : void
down bool
key Keys
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

Render() 공개 메소드

public Render ( Device device, VertexBuffer vertexBuffer, Texture texture ) : void
device Device
vertexBuffer VertexBuffer
texture Texture
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Step() 공개 메소드

public Step ( ) : void
리턴 void

TranslateKeysToPads() 공개 메소드

public TranslateKeysToPads ( ) : void
리턴 void