C# Class PGMEBackend.Tile

Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Méthodes publiques

Свойство Type Description
index int
palette int
xFlip bool
yFlip bool

Méthodes publiques

Méthode Description
Draw ( Spritesheet globalSheets, Spritesheet localSheets, int xPos, int yPos, double scale ) : void
Tile ( int ind, int pal, bool x, bool y ) : System

Method Details

Draw() public méthode

public Draw ( Spritesheet globalSheets, Spritesheet localSheets, int xPos, int yPos, double scale ) : void
globalSheets Spritesheet
localSheets Spritesheet
xPos int
yPos int
scale double
Résultat void

Tile() public méthode

public Tile ( int ind, int pal, bool x, bool y ) : System
ind int
pal int
x bool
y bool
Résultat System

Property Details

index public_oe property

public int index
Résultat int

palette public_oe property

public int palette
Résultat int

xFlip public_oe property

public bool xFlip
Résultat bool

yFlip public_oe property

public bool yFlip
Résultat bool