ArcGIS Runtime SDK for iOS: AGSSceneViewInteractionOptions Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSSceneViewInteractionOptions Class Reference

Description

Options to configure Scene View user interactions.

Instances of this class provide options to configure the user interactions supported by AGSSceneView.

Since
100.6
Inheritance diagram for AGSSceneViewInteractionOptions:

Class Methods

(instancetype) + sceneViewInteractionOptions
 

Properties

BOOL enabled
 
BOOL flickEnabled
 
double zoomFactor
 

Method Documentation

◆ sceneViewInteractionOptions

+ (instancetype) sceneViewInteractionOptions

Property Documentation

◆ enabled

- (BOOL) enabled
readwritenonatomicassign

Whether all the user interaction is enabled on the AGSSceneView. Default is YES

Since
100.6

◆ flickEnabled

- (BOOL) flickEnabled
readwritenonatomicassign

Whether the user can flick the AGSSceneView with a fast pan gesture. Default is YES

Since
100.6

◆ zoomFactor

- (double) zoomFactor
readwritenonatomicassign

Zoom factor for animated zooming in and out. Default is 2.0. Values less than or equal to 1.0 are not supported and will be ignored.

Since
100.6