Interface IPostProcessComponent
Implement this interface on every post process volumes
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.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 |
|