Class DepthOfField
Inheritance
System.Object
DepthOfField
Syntax
[Serializable]
public sealed class DepthOfField : PostProcessEffectSettings
Fields
aperture
Declaration
public FloatParameter aperture
Field Value
focalLength
Declaration
public FloatParameter focalLength
Field Value
focusDistance
Declaration
[Min(0.1F)]
public FloatParameter focusDistance
Field Value
kernelSize
Declaration
[DisplayName("Max Blur Size")]
public KernelSizeParameter kernelSize
Field Value
Methods
IsEnabledAndSupported(PostProcessRenderContext)
Declaration
public override bool IsEnabledAndSupported(PostProcessRenderContext context)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides