| SceneManager Properties | 
The SceneManager type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | Animation | 
Gets or sets the Animation class for controlling
 and rendering.
 | 
|   | AntiAliasing | 
Gets or sets the multisample anti-aliasing (MSAA) option for all Scenes. As the level of anti-aliasing increases,
performance will generally decrease, but the quality of the anti-aliasing will improve.
 | 
|   | FrameRate | |
|   | GlobeOverlaySettings | 
Gets the GlobeOverlaySettings, which
are used to set global settings for all GlobeOverlays.
 | 
|   | Primitives | |
|   | Scenes | 
Gets a read-only collection of Scenes that are
associated with the SceneManager.
 | 
|   | ScreenOverlays | |
|   | Stereoscopic | 
Gets the stereoscopic options for all Scenes.
 | 
|   | Textures | 
Gets the Texture2DFactory, which
can be used to create textures from various
sources.
 | 
|   | Time | 
Gets the current time of all Scenes.
To set the current time, use the SetTime(JulianDate) or SetTime(JulianDate, JulianDate) methods.
 | 
 See Also
See Also