CameraZoomControlMode

@objc(GSCameraZoomControlMode)
public enum CameraZoomControlMode : Int, CustomStringConvertible

Way of controlling the zoom.

  • Control the zoom giving level targets.

    Declaration

    Swift

    case level
  • Control the zoom giving velocity targets.

    Declaration

    Swift

    case velocity
  • Debug description.

    Declaration

    Swift

    public var description: String { get }