C# Class PGMEBackend.Block

Show file Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Public Properties

Property Type Description
behaviors Behavior
tileArray PGMEBackend.Tile[]

Public Methods

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

Method Details

Block() public method

public Block ( Tile tiles, Behavior behave ) : System
tiles Tile
behave Behavior
return System

Draw() public method

public Draw ( Spritesheet globalSheets, Spritesheet localSheets, int xPos, int yPos, double scale ) : void
globalSheets Spritesheet
localSheets Spritesheet
xPos int
yPos int
scale double
return void

Property Details

behaviors public property

public Behavior,PGMEBackend behaviors
return Behavior

tileArray public property

public Tile[],PGMEBackend tileArray
return PGMEBackend.Tile[]