Conjures a tile obj in front of Baltie.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void Conjure(
	Baltie2DTile obj,
	bool clear
)

Parameters

obj
Type: SGP.Baltie2D..::.Baltie2DTile
A tile Baltie2DTile being conjured.
clear
Type: System..::.Boolean
Whether the current tile at the location should be removed first.

See Also