Skip to content

MotionBlur

Matt Dean edited this page Feb 2, 2020 · 2 revisions

Motion Blur Volume Component. See Getting started for more information.

NOTE: This class derives from type VolumeComponent which uses type wrappers for its parameters. You can use myParameter.value to get/set the underlying value for the parameter.

Public Properties

quality (MotionBlurQualityParameter) - The quality of the effect. Lower presets will result in better performance at the expense of visual quality.

intensity (ClampedFloatParameter) - The strength of the motion blur filter. Acts as a multiplier for velocities.

Public Methods

IsActive

return bool

Is this Volume Component active? Returns intensity.value > 0f.

IsTileCompatible

return bool

Is this Volume Component compatible with on tile rendering? Returns false.

Clone this wiki locally