C# Class Tilengine.Rect

Show file Open project: megamarc/Tilengine Class Usage Examples

Public Properties

Property Type Description
H int
W int
X int
Y int

Property Details

H public property

public int H
return int

W public property

public int W
return int

X public property

public int X
return int

Y public property

public int Y
return int