C# Class XCom.Type1Unit

Summary description for Soldier.
Inheritance: IUnit
Afficher le fichier Open project: pmprog/OpenXCOM.Tools

Méthodes publiques

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

Method Details

Die() public méthode

public Die ( ) : void
Résultat void

Draw() public méthode

public Draw ( Bitmap g, int x, int y ) : void
g System.Drawing.Bitmap
x int
y int
Résultat void

Draw() public méthode

public Draw ( Graphics g, int x, int y ) : void
g System.Drawing.Graphics
x int
y int
Résultat void

DrawFast() public méthode

public DrawFast ( Surface target, int x, int y, int width, int height ) : void
target Surface
x int
y int
width int
height int
Résultat void

DrawFrames() public méthode

public DrawFrames ( ) : int[]
Résultat int[]

Type1Unit() public méthode

public Type1Unit ( Type1File file, Palette p ) : System
file Type1File
p Palette
Résultat System