Class PostProcessLayer
Inheritance
MonoBehaviour
PostProcessLayer
Syntax
public sealed class PostProcessLayer : MonoBehaviour
Fields
antialiasingMode
Declaration
public PostProcessLayer.Antialiasing antialiasingMode
Field Value
breakBeforeColorGrading
Declaration
public bool breakBeforeColorGrading
Field Value
Type |
Description |
System.Boolean |
|
debugLayer
Declaration
public PostProcessDebugLayer debugLayer
Field Value
dithering
Declaration
public Dithering dithering
Field Value
fastApproximateAntialiasing
Declaration
public FastApproximateAntialiasing fastApproximateAntialiasing
Field Value
fog
Declaration
Field Value
stopNaNPropagation
Declaration
public bool stopNaNPropagation
Field Value
Type |
Description |
System.Boolean |
|
subpixelMorphologicalAntialiasing
Declaration
public SubpixelMorphologicalAntialiasing subpixelMorphologicalAntialiasing
Field Value
temporalAntialiasing
Declaration
public TemporalAntialiasing temporalAntialiasing
Field Value
volumeLayer
Declaration
public LayerMask volumeLayer
Field Value
Type |
Description |
LayerMask |
|
volumeTrigger
Declaration
public Transform volumeTrigger
Field Value
Type |
Description |
Transform |
|
Properties
haveBundlesBeenInited
Declaration
public bool haveBundlesBeenInited { get; }
Property Value
Type |
Description |
System.Boolean |
|
sortedBundles
Declaration
public Dictionary<PostProcessEvent, List<PostProcessLayer.SerializedBundleRef>> sortedBundles { get; }
Property Value
Methods
BakeMSVOMap(CommandBuffer, Camera, RenderTargetIdentifier, Nullable<RenderTargetIdentifier>, Boolean)
Declaration
public void BakeMSVOMap(CommandBuffer cmd, Camera camera, RenderTargetIdentifier destination, RenderTargetIdentifier? depthMap, bool invert)
Parameters
Type |
Name |
Description |
CommandBuffer |
cmd |
|
Camera |
camera |
|
RenderTargetIdentifier |
destination |
|
System.Nullable<RenderTargetIdentifier> |
depthMap |
|
System.Boolean |
invert |
|
GetBundle(Type)
Declaration
public PostProcessBundle GetBundle(Type settingsType)
Parameters
Type |
Name |
Description |
System.Type |
settingsType |
|
Returns
GetBundle<T>()
Declaration
public PostProcessBundle GetBundle<T>()where T : PostProcessEffectSettings
Returns
Type Parameters
GetSettings<T>()
Declaration
public T GetSettings<T>()where T : PostProcessEffectSettings
Returns
Type Parameters
HasActiveEffects(PostProcessEvent, PostProcessRenderContext)
Declaration
public bool HasActiveEffects(PostProcessEvent evt, PostProcessRenderContext context)
Parameters
Returns
Type |
Description |
System.Boolean |
|
HasOpaqueOnlyEffects(PostProcessRenderContext)
Declaration
public bool HasOpaqueOnlyEffects(PostProcessRenderContext context)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Init(PostProcessResources)
Declaration
public void Init(PostProcessResources resources)
Parameters
InitBundles()
Declaration
public void InitBundles()
Render(PostProcessRenderContext)
Declaration
public void Render(PostProcessRenderContext context)
Parameters
RenderOpaqueOnly(PostProcessRenderContext)
Declaration
public void RenderOpaqueOnly(PostProcessRenderContext context)
Parameters
ResetHistory()
Declaration
public void ResetHistory()
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.