Selects one of the three light attenuation factors 0 - Constant 1 - Linear 2 - Cuadratic

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public int LightAttenuationType { get; set; }
Visual Basic (Declaration)
Public Property LightAttenuationType As Integer
Visual C++
public:
property int LightAttenuationType {
	int get ();
	void set (int value);
}

See Also