Camera2DoubleBase

public class Camera2DoubleBase

Base class for camera configuration parameter of type Double.

  • Overall supported values for this parameter, disregarding any constraints imposed by the current values of other parameters.

    Declaration

    Swift

    public var overallSupportedValues: ClosedRange<Double>? { get }
  • Supported values for this parameter in the current configuration, with regard to the current values of all other config parameters.

    When nil, this parameter is not supported in the current configuration, and the corresponding value should be considered irrelevant.

    Declaration

    Swift

    public var currentSupportedValues: ClosedRange<Double>? { get }