C# Class PGMEBackend.Tile

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

Public Properties

Property Type Description
index int
palette int
xFlip bool
yFlip bool

Public Methods

Method 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 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

Tile() public method

public Tile ( int ind, int pal, bool x, bool y ) : System
ind int
pal int
x bool
y bool
return System

Property Details

index public property

public int index
return int

palette public property

public int palette
return int

xFlip public property

public bool xFlip
return bool

yFlip public property

public bool yFlip
return bool