Click or drag to resize

WeatherMakerFullScreenEffect Fields

The WeatherMakerFullScreenEffect type exposes the following members.

Fields
  NameDescription
Public fieldBlitMaterial
Material to render the final pass if needed, not all setups will need this but it should be set anyway
Public fieldBlurMaterial
Material for blurring
Public fieldBlurShaderType
Blur shader type
Public fieldDepthMaterial
Material to down-sample depth buffer if needed, can be null
Public fieldDestBlendMode
Dest blend mode
Public fieldDownsampleRenderBufferScale
Downsample scale for render buffer sampling, or 0 to not sample the render buffer.
Public fieldDownsampleScale
Downsample scale for Material
Public fieldDownsampleScalePostProcess
Downsample scale for post process
Public fieldMaterial
Material for rendering/creating the effect
Public fieldRenderQueue
Render queue for this full screen effect. Do not change this at runtime, set it in the inspector once before play.
Public fieldSourceBlendMode
Source blend mode
Public fieldTemporalReprojection
Temporal reprojection
Public fieldTemporalReprojectionMaterial
Material for temporal reprojection
Public fieldZTest
ZTest
Top
See Also