This class implements the mono mode, this is a mode where you look at the scene through the head (central) eye

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

Syntax

C#
[SerializableAttribute]
public class MonoMode : Mode
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class MonoMode _
	Inherits Mode
Visual C++
[SerializableAttribute]
public ref class MonoMode : public Mode

Inheritance Hierarchy

System..::.Object
  GLSV..::.Mode
    GLSV..::.MonoMode

See Also