C# Class XCom.Type6File

Inheritance: IUnitFile
Mostrar archivo Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Methods

Method Description
Draw ( Bitmap b, int x, int y, int frame ) : void
Draw ( Graphics g, int x, int y, int frame ) : void
DrawFast ( Surface target, int x, int y, int width, int height, int frame ) : void
DrawIndexes ( Direction dir, WeaponDescriptor weapon ) : int[]
Type6File ( Type6Descriptor desc ) : System

Method Details

Draw() public method

public Draw ( Bitmap b, int x, int y, int frame ) : void
b Bitmap
x int
y int
frame int
return void

Draw() public method

public Draw ( Graphics g, int x, int y, int frame ) : void
g Graphics
x int
y int
frame int
return void

DrawFast() public method

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

DrawIndexes() public method

public DrawIndexes ( Direction dir, WeaponDescriptor weapon ) : int[]
dir Direction
weapon WeaponDescriptor
return int[]

Type6File() public method

public Type6File ( Type6Descriptor desc ) : System
desc Type6Descriptor
return System