C# Class Dandy.View

Show file Open project: jackpal/Dandy-Dungeon

Public Methods

Method Description
DrawToTexture ( Map map, CustomVertex pV, float cogX, float cogY ) : uint
Render ( World world, Device device, VertexBuffer vb, Texture texture ) : void
View ( ) : System

Method Details

DrawToTexture() public method

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

Render() public method

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

View() public method

public View ( ) : System
return System