Class SceneViewHandler
View handler for the SceneView control
Inheritance
SceneViewHandler
Namespace: Esri.ArcGISRuntime.Maui.Handlers
Assembly: Esri.ArcGISRuntime.Maui.dll
Syntax
public class SceneViewHandler : GeoViewHandler<ISceneView, SceneView>, IPlatformViewHandler, IViewHandler, IElementHandler
Constructors
| Name | Description |
|---|---|
| SceneViewHandler() | Instantiates a new instance of the SceneViewHandler class. |
| SceneViewHandler(PropertyMapper?) | Instantiates a new instance of the SceneViewHandler class. |
Fields
| Name | Description |
|---|---|
| SceneViewMapper | Property mapper for the SceneView control. |
Methods
| Name | Description |
|---|---|
| CreatePlatformView() | |
| DisconnectHandler(SceneView) | |
| MapAmbientLightColor(SceneViewHandler, ISceneView) | Maps the AmbientLightColor property to the native MapView control. |
| MapAtmosphereEffect(SceneViewHandler, ISceneView) | Maps the AtmosphereEffect property to the native MapView control. |
| MapCameraController(SceneViewHandler, ISceneView) | Maps the CameraController property to the native MapView control. |
| MapInteractionOptions(SceneViewHandler, ISceneView) | Maps the InteractionOptions property to the native MapView control. |
| MapScene(SceneViewHandler, ISceneView) | Maps the Scene property to the native MapView control. |
| MapSpaceEffect(SceneViewHandler, ISceneView) | Maps the SpaceEffect property to the native MapView control. |
| MapSunLighting(SceneViewHandler, ISceneView) | Maps the SunLighting property to the native MapView control. |
| MapSunTime(SceneViewHandler, ISceneView) | Maps the SunTime property to the native MapView control. |
Applies to
| Target | Versions |
|---|---|
| .NET | 200.0 - 300.0 |
| .NET Windows | 200.0 - 300.0 |
| .NET Android | 200.0 - 300.0 |
| .NET iOS | 200.0 - 300.0 |