CameraFollowMode

enum CameraFollowMode : NSInteger {}

Constants indicating the camera follow mode.

  • Camera follows touch handler events ( default ).

    Declaration

    Objective-C

    CameraFollowModeTouch = 0
  • Camera follows attached sense data source position.

    Declaration

    Objective-C

    CameraFollowModePosition