C# Класс XCom.Type1Unit

Summary description for Soldier.
Наследование: IUnit
Показать файл Открыть проект

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

Метод Описание
Die ( ) : void
Draw ( Bitmap g, int x, int y ) : void
Draw ( Graphics g, int x, int y ) : void
DrawFast ( Surface target, int x, int y, int width, int height ) : void
DrawFrames ( ) : int[]
Type1Unit ( Type1File file, Palette p ) : System

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

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

public Die ( ) : void
Результат void

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

public Draw ( Bitmap g, int x, int y ) : void
g System.Drawing.Bitmap
x int
y int
Результат void

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

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

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

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

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

public DrawFrames ( ) : int[]
Результат int[]

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

public Type1Unit ( Type1File file, Palette p ) : System
file Type1File
p Palette
Результат System