docs.unity.cn
    Show / Hide Table of Contents

    Interface IPostProcessComponent

    Implement this interface on every post process volumes

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public interface IPostProcessComponent

    Methods

    IsActive()

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

    Declaration
    bool IsActive()
    Returns
    Type Description
    Boolean

    true if the effect should be rendered, false otherwise.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 18 October 2021