C# Class XCom.Type7File

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, Direction dir ) : void
Draw ( Graphics g, int x, int y, int frame, Direction dir ) : void
DrawFast ( Surface target, int x, int y, int width, int height, int frame, Direction dir ) : void
DrawIndexes ( Direction dir, WeaponDescriptor weapon ) : int[]
DrawIndexes ( Direction dir, WeaponDescriptor weapon, int frame ) : int[]
Type7File ( Type7Descriptor desc ) : System
Type7File ( Type7Descriptor desc, int start, int frames ) : System

Method Details

Draw() public méthode

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

Draw() public méthode

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

DrawFast() public méthode

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

DrawIndexes() public méthode

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

DrawIndexes() public méthode

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

Type7File() public méthode

public Type7File ( Type7Descriptor desc ) : System
desc Type7Descriptor
Résultat System

Type7File() public méthode

public Type7File ( Type7Descriptor desc, int start, int frames ) : System
desc Type7Descriptor
start int
frames int
Résultat System