C# Class PGMEBackend.Block

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

Méthodes publiques

Свойство Type Description
behaviors Behavior
tileArray PGMEBackend.Tile[]

Méthodes publiques

Méthode Description
Block ( Tile tiles, Behavior behave ) : System
Draw ( Spritesheet globalSheets, Spritesheet localSheets, int xPos, int yPos, double scale ) : void

Method Details

Block() public méthode

public Block ( Tile tiles, Behavior behave ) : System
tiles Tile
behave Behavior
Résultat System

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

Property Details

behaviors public_oe property

public Behavior,PGMEBackend behaviors
Résultat Behavior

tileArray public_oe property

public Tile[],PGMEBackend tileArray
Résultat PGMEBackend.Tile[]