Gets or sets the tile on the tile coordinates [fieldX,fieldY].

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public int this[
	int fieldX,
	int fieldY
] { get; set; }

Parameters

fieldX
Type: System..::.Int32
The tile X-coordinate.
fieldY
Type: System..::.Int32
The tile Y-coordinate.

See Also