C# 클래스 Dandy.View

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

공개 메소드들

메소드 설명
DrawToTexture ( Map map, CustomVertex pV, float cogX, float cogY ) : uint
Render ( World world, Device device, VertexBuffer vb, Texture texture ) : void
View ( ) : System

메소드 상세

DrawToTexture() 공개 메소드

public DrawToTexture ( Map map, CustomVertex pV, float cogX, float cogY ) : uint
map Map
pV CustomVertex
cogX float
cogY float
리턴 uint

Render() 공개 메소드

public Render ( World world, Device device, VertexBuffer vb, Texture texture ) : void
world World
device Device
vb VertexBuffer
texture Texture
리턴 void

View() 공개 메소드

public View ( ) : System
리턴 System