C# Класс Dandy.View

Показать файл Открыть проект

Открытые методы

Метод Описание
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