Click or drag to resize

MapTile Constructor (Int32, Int32, Map)

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the MapTile class.

Namespace:  Furcadia.FurcMap
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public MapTile(
	int x,
	int y,
	Map map
)

Parameters

x
Type: SystemInt32
The x.
y
Type: SystemInt32
The y.
map
Type: Furcadia.FurcMapMap
The map.
See Also