C# Class XCom.Type6File

Inheritance: IUnitFile
Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Méthodes publiques

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

public Draw ( Bitmap b, int x, int y, int frame ) : void
b Bitmap
x int
y int
frame int
Résultat void

Draw() public méthode

public Draw ( Graphics g, int x, int y, int frame ) : void
g Graphics
x int
y int
frame int
Résultat void

DrawFast() public méthode

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
Résultat void

DrawIndexes() public méthode

public DrawIndexes ( Direction dir, WeaponDescriptor weapon ) : int[]
dir Direction
weapon WeaponDescriptor
Résultat int[]

Type6File() public méthode

public Type6File ( Type6Descriptor desc ) : System
desc Type6Descriptor
Résultat System