C# Class TileGenerator.TileRectangleCombiner.TileRectangle

A tile represented as a rectangle
Exibir arquivo Open project: Jewelots/Spelunky-Tiles Class Usage Examples

Public Properties

Property Type Description
W int
X int

Public Methods

Method Description
TileRectangle ( int aX, int aY, int aW = 1, int aH = 1 ) : System

Method Details

TileRectangle() public method

public TileRectangle ( int aX, int aY, int aW = 1, int aH = 1 ) : System
aX int
aY int
aW int
aH int
return System

Property Details

W public_oe property

public int W
return int

X public_oe property

public int X
return int