docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IPostProcessComponent

    Implement this interface on every post process volumes

    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    public interface IPostProcessComponent

    Methods

    IsActive()

    Tells if the post process needs to be rendered or not.

    Declaration
    bool IsActive()
    Returns
    Type Description
    bool

    true if the effect should be rendered, false otherwise.

    IsTileCompatible()

    Tells if the post process can run the effect on-tile or if it needs a full pass.

    Declaration
    [Obsolete("Unused #from(2023.1)", false)]
    bool IsTileCompatible()
    Returns
    Type Description
    bool

    True if it can run on-tile, otherwise false.

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)
    In This Article
    Back to top
    Copyright © 2024 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)