C# Class XCom.Type3Unit

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[]
Type3Unit ( Type3File 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[]

Type3Unit() public méthode

public Type3Unit ( Type3File file, Palette p ) : System
file Type3File
p Palette
Résultat System