|
|
The StereoOptions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
StereoAvailable |
Is stereo rendering available (possible)?
|
|
|
StereoBalance |
Balance between objects appearing in front of or behind screen. Only used if mode
is eSTEREO_AROUND_FOCAL_POINT. 0 is entirely in front of screen, 1 is balanced exactly around
focal point, 2 is pushed behind focal point.
|
|
|
StereoEnabled |
Is stereo rendering enabled?
|
|
|
StereoMagnitude |
Strength of stereo effect. 0 is mono, 1 is normal, 2 is uncomfortably strong
|
|
|
StereoMode |
Stereo rendering mode
|
|
|
StereoSwapEyes |
Should we swap left and right eyes? Used to correct for poorly configured stereo hardware.
|