docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum PostProcessEvent

    Injection points for custom effects.

    Namespace: UnityEngine.Rendering.PostProcessing
    Assembly: Unity.Postprocessing.Runtime.dll
    Syntax
    public enum PostProcessEvent

    Fields

    Name Description
    AfterStack

    Effects at this injection points will execute after builtin effects have been rendered and before the final pass that does FXAA and applies dithering.

    BeforeStack

    Effects at this injection points will execute after temporal anti-aliasing and before builtin effects are rendered.

    BeforeTransparent

    Effects at this injection points will execute before transparent objects are rendered.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)