This class represents an observer, with 2 eyes. It can look at through the left, the right or 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 Observer
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Observer
Visual C++
[SerializableAttribute]
public ref class Observer

Remarks

We must finalize the code documentation

Inheritance Hierarchy

System..::.Object
  GLSV..::.Observer

See Also