C# Class TileGenerator.TileRectangleCombiner.TileRectangle

A tile represented as a rectangle
Afficher le fichier Open project: Jewelots/Spelunky-Tiles Class Usage Examples

Méthodes publiques

Свойство Type Description
W int
X int

Méthodes publiques

Méthode Description
TileRectangle ( int aX, int aY, int aW = 1, int aH = 1 ) : System

Method Details

TileRectangle() public méthode

public TileRectangle ( int aX, int aY, int aW = 1, int aH = 1 ) : System
aX int
aY int
aW int
aH int
Résultat System

Property Details

W public_oe property

public int W
Résultat int

X public_oe property

public int X
Résultat int