{}!Google Tag Manager end}} Enum AntialiasingMode | Universal RP | 14.0.9
docs.unity3d.com
    목차 표시/숨기기

    Enum AntialiasingMode

    Holds information about the post-processing anti-aliasing mode. When set to None no post-processing anti-aliasing pass will be performed. When set to Fast a fast approximated anti-aliasing pass will render when resolving the camera to screen. When set to SubpixelMorphologicalAntiAliasing SMAA pass will render when resolving the camera to screen. You can choose the SMAA quality by setting AntialiasingQuality.

    Namespace: UnityEngine.Rendering.Universal
    Syntax
    public enum AntialiasingMode

    Fields

    Name Description Value
    None

    Use this to have no post-processing anti-aliasing pass performed.


    0
    FastApproximateAntialiasing

    Use this to have a fast approximated anti-aliasing pass rendered when resolving the camera to screen


    1
    SubpixelMorphologicalAntiAliasing

    Use this to have a SubpixelMorphologicalAntiAliasing SMAA pass rendered when resolving the camera to screen You can choose the SMAA quality by setting AntialiasingQuality.


    2
    TemporalAntiAliasing

    Use this to have a temporal anti-aliasing pass rendered when resolving camera to screen.


    3
    맨 위로
    Copyright © 2023 Unity Technologies —
    • Your Privacy Choices (Cookie Settings)