SceneManagerStereoscopic Property |
Gets the stereoscopic options for all Scenes.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Stereoscopic Stereoscopic { get; }
Public Shared ReadOnly Property Stereoscopic As Stereoscopic
Get
public:
static property Stereoscopic^ Stereoscopic {
Stereoscopic^ get ();
}
static member Stereoscopic : Stereoscopic with get
Property Value
Type:
StereoscopicRemarks
All Stereoscopic properties must be set before any other objects are created or methods are called within AGI.Foundation.Graphics.
Once the options are specified, they cannot be changed for the lifetime of the application.
These settings are typically best applied in a static constructor that is called early in an application's lifetime.
See Also