ShadowQuality

public enum ShadowQuality : UInt32, CaseIterable, Codable

The shadow quality. Controls the quality of the shadow cascade (i.e. the size of the shadow maps and the cascade count), which is shared by all views.

  • Very low

    Declaration

    Swift

    case veryLow
  • low

    Low

    Declaration

    Swift

    case low
  • Medium

    Declaration

    Swift

    case medium
  • High

    Declaration

    Swift

    case high
  • Very high

    Declaration

    Swift

    case veryHigh