ArcGIS Runtime SDK for iOS: AGSSceneViewCommon.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSSceneViewCommon.h File Reference

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 }
 

Enumeration Type Documentation

◆ AGSAtmosphereEffect

Visual effect for a scene view's atmosphere.

Since
100.0
Enumerator
AGSAtmosphereEffectNone 

No atmosphere effect.

AGSAtmosphereEffectHorizonOnly 

Applies the atmosphere effect at the horizon of the scene view. It is not applied to the surface.

AGSAtmosphereEffectRealistic 

Applies the atmosphere effect throughout the surface of the scene.

◆ AGSLightingMode

Ambient lighting options for a scene view.

Since
100.0
Enumerator
AGSLightingModeNoLight 

No lighting.

AGSLightingModeLight 

Applies lighting with no shadows cast from terrain and 3D models.

AGSLightingModeLightAndShadows 

Applies lighting with shadows cast from terrain and 3D models.

◆ AGSSpaceEffect

Determines whether outer space is black with stars or transparent.

See also
AGSSceneView
Since
100.6
Enumerator
AGSSpaceEffectStars 

Outer space is black with stars.

AGSSpaceEffectTransparent 

Outer space is transparent.