Class RenderSettings.ImageVariantResolution

  • Enclosing class:
    RenderSettings

    public static class RenderSettings.ImageVariantResolution
    extends Object
    Render settings that change how images are picked based on resolution.
    • Field Detail

      • Standard

        public static final RenderSettings Standard
        Render setting that specifies to always use the standard resolution of an image.
      • FitToSize

        public static final RenderSettings FitToSize
        Render setting that specifies to choose image resolutions based on the camera transformation and screen DPI.
      • FitToScreenDPI

        public static final RenderSettings FitToScreenDPI
        Render setting that specifies to choose image resolutions based on the screen DPI.