Class PostProcessEffectSettings | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class PostProcessEffectSettings

    Inheritance
    System.Object
    PostProcessEffectSettings
    AmbientOcclusion
    AutoExposure
    Bloom
    ChromaticAberration
    ColorGrading
    DepthOfField
    Grain
    LensDistortion
    MotionBlur
    ScreenSpaceReflections
    Vignette
    Namespace: UnityEngine.Rendering.PostProcessing
    Syntax
    [Serializable]
    public class PostProcessEffectSettings : ScriptableObject

    Fields

    active

    Declaration
    public bool active
    Field Value
    Type Description
    System.Boolean

    enabled

    Declaration
    public BoolParameter enabled
    Field Value
    Type Description
    BoolParameter

    Methods

    GetHash()

    Declaration
    public int GetHash()
    Returns
    Type Description
    System.Int32

    IsEnabledAndSupported(PostProcessRenderContext)

    Declaration
    public virtual bool IsEnabledAndSupported(PostProcessRenderContext context)
    Parameters
    Type Name Description
    PostProcessRenderContext context
    Returns
    Type Description
    System.Boolean

    SetAllOverridesTo(Boolean, Boolean)

    Declaration
    public void SetAllOverridesTo(bool state, bool excludeEnabled = true)
    Parameters
    Type Name Description
    System.Boolean state
    System.Boolean excludeEnabled
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023