Attenuation of light value, related with attenuation type

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

Syntax

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

See Also