This enum is the value of active eye
Namespace:
GLSVAssembly: GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)
Syntax
| C# |
|---|
public enum EActiveEye |
| Visual Basic (Declaration) |
|---|
Public Enumeration EActiveEye |
| Visual C++ |
|---|
public enum class EActiveEye |
Members
| Member name | Description | |
|---|---|---|
| SingleEye |
For monoscopic format is the only active eye
| |
| LeftEye |
For stereoscopic format represents the left eye active
| |
| RightEye |
For stereoscopic format represents the right eye active
|