C# Класс XCom.Type7File

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public Type7File ( Type7Descriptor desc ) : System
desc Type7Descriptor
Результат System

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

public Type7File ( Type7Descriptor desc, int start, int frames ) : System
desc Type7Descriptor
start int
frames int
Результат System