Places the tile obj at the location [x,y].

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void PlaceTile(
	Baltie2DTile obj,
	int x,
	int y,
	bool clear
)

Parameters

obj
Type: SGP.Baltie2D..::.Baltie2DTile
The tile Baltie2DTile being placed.
x
Type: System..::.Int32
The X-coordinate of the field where the tile should be placed.
y
Type: System..::.Int32
The Y-coordinate of the field where the tile should be placed.
clear
Type: System..::.Boolean
Whether the current tile at the location should be removed first.

See Also