Enum DynamicResolutionType | Core RP Library | 7.3.1
docs.unity.cn
    Show / Hide Table of Contents

    Enum DynamicResolutionType

    Types of dynamic resolution that can be requested. Note that if Hardware is selected, but not available on the platform, the system will fallback to Software.

    Namespace: UnityEngine.Rendering
    Syntax
    public enum DynamicResolutionType : byte

    Fields

    Name Description
    Hardware

    Hardware dynamic resolution.

    Software

    Software dynamic resolution.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX