|
ArcGIS Runtime SDK for iOS
100.15
|
Go to the source code of this file.
Enumerations | |
| enum | AGSAtmosphereEffect { AGSAtmosphereEffectNone = 0 , AGSAtmosphereEffectHorizonOnly = 1 , AGSAtmosphereEffectRealistic = 2 } |
| enum | AGSLightingMode { AGSLightingModeNoLight = 0 , AGSLightingModeLight = 1 , AGSLightingModeLightAndShadows = 2 } |
| enum | AGSSpaceEffect { AGSSpaceEffectStars = 0 , AGSSpaceEffectTransparent = 1 } |
| enum AGSAtmosphereEffect |
Visual effect for a scene view's atmosphere.
| enum AGSLightingMode |
| enum AGSSpaceEffect |
Determines whether outer space is black with stars or transparent.
AGSSceneView | Enumerator | |
|---|---|
| AGSSpaceEffectStars | Outer space is black with stars. |
| AGSSpaceEffectTransparent | Outer space is transparent. |