C# Класс XCom.Type6File

Наследование: IUnitFile
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Draw ( Bitmap b, int x, int y, int frame ) : void
Draw ( Graphics g, int x, int y, int frame ) : void
DrawFast ( Surface target, int x, int y, int width, int height, int frame ) : void
DrawIndexes ( Direction dir, WeaponDescriptor weapon ) : int[]
Type6File ( Type6Descriptor desc ) : System

Описание методов

Draw() публичный Метод

public Draw ( Bitmap b, int x, int y, int frame ) : void
b Bitmap
x int
y int
frame int
Результат void

Draw() публичный Метод

public Draw ( Graphics g, int x, int y, int frame ) : void
g Graphics
x int
y int
frame int
Результат void

DrawFast() публичный Метод

public DrawFast ( Surface target, int x, int y, int width, int height, int frame ) : void
target Surface
x int
y int
width int
height int
frame int
Результат void

DrawIndexes() публичный Метод

public DrawIndexes ( Direction dir, WeaponDescriptor weapon ) : int[]
dir Direction
weapon WeaponDescriptor
Результат int[]

Type6File() публичный Метод

public Type6File ( Type6Descriptor desc ) : System
desc Type6Descriptor
Результат System