Interface ISceneView
A set of SceneView members used with the SceneViewHandler class.
Namespace: Esri.ArcGISRuntime.Maui
Assembly: Esri.ArcGISRuntime.Maui.dll
Syntax
public interface ISceneView : IGeoView
Remarks
This API might expand in the future, and implementing it isn't recommended.
Properties
| Name | Description |
|---|---|
| AmbientLightColor | Gets or sets the ambient light. |
| AnalysisOverlays | Gets or sets the AnalysisOverlays collection. |
| AtmosphereEffect | Gets or sets the effect applied to the scene's atmosphere. |
| CameraController | Gets or sets the SceneView camera controller which determines the camera interaction and navigation model. |
| InteractionOptions | Gets or sets a set of properties that control user interaction with the SceneView. |
| Scene | Gets or sets the scene the view is rendering. |
| SpaceEffect | Gets or sets a value indicating whether outer space is black with stars or transparent in the scene view. |
| SunLighting | Gets or sets the type of lighting applied to the scene view. |
| SunTime | Gets or sets the position of the Sun. |
Applies to
| Target | Versions |
|---|---|
| .NET | 200.0 - 200.8 |
| .NET Windows | 200.0 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |