Camera2ZoomControlMode

public enum Camera2ZoomControlMode : String, CustomStringConvertible, CaseIterable

Way of controlling the zoom.

  • Control zoom giving level targets.

    Declaration

    Swift

    case level
  • Control zoom giving velocity targets.

    Declaration

    Swift

    case velocity
  • Debug description.

    Declaration

    Swift

    public var description: String { get }