This field represents the specular light

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

Syntax

C#
public float[] LightSpecular { get; set; }
Visual Basic (Declaration)
Public Property LightSpecular As Single()
Visual C++
public:
property array<float>^ LightSpecular {
	array<float>^ get ();
	void set (array<float>^ value);
}

See Also