Property | Type | Description | |
---|---|---|---|
point | Point | ||
tile_code | string | ||
tile_crop | string | ||
tileset_code | int |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Tile ( ) : System | ||
Tile ( int tilesetCode, string tileCode, string tileCrop, Point location ) : System | ||
Tile ( int tilesetCode, string tileCode, string tileCrop, int x, int y ) : System | ||
ToString ( ) : string | ||
operator ( ) : bool |
public Tile ( int tilesetCode, string tileCode, string tileCrop, Point location ) : System | ||
tilesetCode | int | |
tileCode | string | |
tileCrop | string | |
location | Point | |
return | System |
public Tile ( int tilesetCode, string tileCode, string tileCrop, int x, int y ) : System | ||
tilesetCode | int | |
tileCode | string | |
tileCrop | string | |
x | int | |
y | int | |
return | System |