C# Class Dandy.View

Afficher le fichier Open project: jackpal/Dandy-Dungeon

Méthodes publiques

Méthode 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 méthode

public DrawToTexture ( Map map, CustomVertex pV, float cogX, float cogY ) : uint
map Map
pV CustomVertex
cogX float
cogY float
Résultat uint

Render() public méthode

public Render ( World world, Device device, VertexBuffer vb, Texture texture ) : void
world World
device Device
vb VertexBuffer
texture Texture
Résultat void

View() public méthode

public View ( ) : System
Résultat System