C-DEngine 5.105

TheNMIBaseControl..::..TileBack Property

Absolute Depth (Z) position in tile units

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int TileBack { get; set; }
Public Property TileBack As Integer
	Get
	Set
public:
property int^ TileBack {
	int^ get ();
	void set (int^ value);
}