C# Class PGMEBackend.Tile

Exibir arquivo 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_oe property

public int index
return int

palette public_oe property

public int palette
return int

xFlip public_oe property

public bool xFlip
return bool

yFlip public_oe property

public bool yFlip
return bool