StereoscopicDisplayMode Property |
Gets or sets the stereoscopic display mode for all Scenes. To use a particular stereoscopic display mode,
ensure that your system supports the feature and that it is enabled.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public StereoscopicDisplayMode DisplayMode { get; set; }
Public Property DisplayMode As StereoscopicDisplayMode
Get
Set
public:
property StereoscopicDisplayMode DisplayMode {
StereoscopicDisplayMode get ();
void set (StereoscopicDisplayMode value);
}
member DisplayMode : StereoscopicDisplayMode with get, set
Property Value
Type:
StereoscopicDisplayModeRemarks
All stereoscopic properties must be set before any other objects are created or methods are called within AGI.Foundation.Graphics.
Once the option is specified, it cannot be changed for the lifetime of the application.
This setting is typically best applied in a static constructor that is called early in an application's lifetime.
See Also