C# Class XCom.Type6Unit

Inheritance: IUnit
Mostra file Open project: pmprog/OpenXCOM.Tools

Public Methods

Method 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
Type6Unit ( Type6File file, Palette p ) : System

Method Details

Die() public method

public Die ( ) : void
return void

Draw() public method

public Draw ( Bitmap g, int x, int y ) : void
g System.Drawing.Bitmap
x int
y int
return void

Draw() public method

public Draw ( Graphics g, int x, int y ) : void
g System.Drawing.Graphics
x int
y int
return void

DrawFast() public method

public DrawFast ( Surface target, int x, int y, int width, int height ) : void
target Surface
x int
y int
width int
height int
return void

Type6Unit() public method

public Type6Unit ( Type6File file, Palette p ) : System
file Type6File
p Palette
return System