Click or drag to resize

SceneManager Properties

The SceneManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAnimation
Gets or sets the Animation class for controlling and rendering.
Public propertyStatic memberAntiAliasing
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.
Public propertyStatic memberFrameRate
Gets the FrameRate class, which can be used to keep track of how fast Scenes are being rendered.
Public propertyStatic memberGlobeOverlaySettings
Gets the GlobeOverlaySettings, which are used to set global settings for all GlobeOverlays.
Public propertyStatic memberPrimitives
Gets the PrimitiveManager, which is used to add Primitives to your Scenes.
Public propertyStatic memberScenes
Gets a read-only collection of Scenes that are associated with the SceneManager.
Public propertyStatic memberScreenOverlays
Gets the ScreenOverlayManager, which is used to add ScreenOverlays to your Scenes.
Public propertyStatic memberStereoscopic
Gets the stereoscopic options for all Scenes.
Public propertyStatic memberTextures
Gets the Texture2DFactory, which can be used to create textures from various sources.
Public propertyStatic memberTime
Gets the current time of all Scenes. To set the current time, use the SetTime(JulianDate) or SetTime(JulianDate, JulianDate) methods.
Top
See Also