|
MapTile Constructor (Int32, Int32)
|
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
)
Public Sub New (
x As Integer,
y As Integer
)
Dim x As Integer
Dim y As Integer
Dim instance As New MapTile(x, y)
public:
MapTile(
int x,
int y
)
new :
x : int *
y : int -> MapTile
Parameters
- x
- Type: SystemInt32
The x. - y
- Type: SystemInt32
The y.
See Also