C-DEngine 5.105

TheNMIBaseControl..::..TileFactorY Property

Creates smaller tiles (2 = 1/2 Tiles, 4=1/4 Tiles) Do not use other values then 2 or 4 unless you know exactly what you are doing. Only exponents of 2 are working in our grid

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

Syntax


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