Show / Hide Table of Contents

Class ARSceneViewHandler

Inheritance
Object
ARSceneViewHandler
Namespace: Esri.ArcGISRuntime.ARToolkit.Maui.Handlers
Assembly: Esri.ArcGISRuntime.ARToolkit.Maui.dll
Syntax
public class ARSceneViewHandler : ViewHandler<IARSceneView, object>

Constructors

| Improve this Doc View Source

ARSceneViewHandler()

Initializes a new instance of the ARSceneViewHandler class.

Declaration
public ARSceneViewHandler()
| Improve this Doc View Source

ARSceneViewHandler(PropertyMapper)

Initializes a new instance of the ARSceneViewHandler class.

Declaration
public ARSceneViewHandler(PropertyMapper mapper)
Parameters
Type Name Description
PropertyMapper mapper

The property view mapper.

Fields

| Improve this Doc View Source

ARSceneViewMapper

Property mapper for the ARSceneView control.

Declaration
public static PropertyMapper<IARSceneView, ARSceneViewHandler> ARSceneViewMapper
Field Value
Type Description
PropertyMapper<IARSceneView, ARSceneViewHandler>

Methods

| Improve this Doc View Source

ConnectHandler(ARSceneView)

Declaration
protected override void ConnectHandler(ARSceneView platformView)
Parameters
Type Name Description
ARSceneView platformView
| Improve this Doc View Source

CreatePlatformView()

Declaration
protected override ARSceneView CreatePlatformView()
Returns
Type Description
ARSceneView
| Improve this Doc View Source

DisconnectHandler(ARSceneView)

Declaration
protected override void DisconnectHandler(ARSceneView platformView)
Parameters
Type Name Description
ARSceneView platformView
| Improve this Doc View Source

MapClippingDistance(ARSceneViewHandler, IARSceneView)

Maps the ClippingDistance property to the native ARSceneView control.

Declaration
public static void MapClippingDistance(ARSceneViewHandler handler, IARSceneView arSceneView)
Parameters
Type Name Description
ARSceneViewHandler handler

View handler

IARSceneView arSceneView

ARSceneView instance

| Improve this Doc View Source

MapLocationDataSource(ARSceneViewHandler, IARSceneView)

Maps the LocationDataSource property to the native ARSceneView control.

Declaration
public static void MapLocationDataSource(ARSceneViewHandler handler, IARSceneView arSceneView)
Parameters
Type Name Description
ARSceneViewHandler handler

View handler

IARSceneView arSceneView

ARSceneView instance

| Improve this Doc View Source

MapNorthAlign(ARSceneViewHandler, IARSceneView)

Maps the NorthAlign property to the native ARSceneView control.

Declaration
public static void MapNorthAlign(ARSceneViewHandler handler, IARSceneView arSceneView)
Parameters
Type Name Description
ARSceneViewHandler handler

View handler

IARSceneView arSceneView

ARSceneView instance

| Improve this Doc View Source

MapOriginCamera(ARSceneViewHandler, IARSceneView)

Maps the OriginCamera property to the native ARSceneView control.

Declaration
public static void MapOriginCamera(ARSceneViewHandler handler, IARSceneView arSceneView)
Parameters
Type Name Description
ARSceneViewHandler handler

View handler

IARSceneView arSceneView

ARSceneView instance

| Improve this Doc View Source

MapRenderPlanes(ARSceneViewHandler, IARSceneView)

Maps the RenderPlanes property to the native ARSceneView control.

Declaration
public static void MapRenderPlanes(ARSceneViewHandler handler, IARSceneView arSceneView)
Parameters
Type Name Description
ARSceneViewHandler handler

View handler

IARSceneView arSceneView

ARSceneView instance

| Improve this Doc View Source

MapRenderVideoFeed(ARSceneViewHandler, IARSceneView)

Maps the RenderVideoFeed property to the native ARSceneView control.

Declaration
public static void MapRenderVideoFeed(ARSceneViewHandler handler, IARSceneView arSceneView)
Parameters
Type Name Description
ARSceneViewHandler handler

View handler

IARSceneView arSceneView

ARSceneView instance

| Improve this Doc View Source

MapTranslationFactor(ARSceneViewHandler, IARSceneView)

Maps the TranslationFactor property to the native ARSceneView control.

Declaration
public static void MapTranslationFactor(ARSceneViewHandler handler, IARSceneView arSceneView)
Parameters
Type Name Description
ARSceneViewHandler handler

View handler

IARSceneView arSceneView

ARSceneView instance

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX