This field represents if the model can be seen by the left eye

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

Syntax

C#
public bool VisibleLeftEye { get; set; }
Visual Basic (Declaration)
Public Property VisibleLeftEye As Boolean
Visual C++
public:
property bool VisibleLeftEye {
	bool get ();
	void set (bool value);
}

See Also