OptionalisEnabled: booleanOptionaldomain: EnumValue<MotionBlurDomain, number>Optionalfilter: EnumValue<MotionBlurFilter, number>Optionalquality: EnumValue<MotionBlurQuality, number>OptionalglobalScale: numberOptionalobjectScale: numberOptionalcameraScale: numberOptionaljitter: Immutable<Vector4>OptionalmaxAllowedAliasing: numberOptionaldeconstructionQuality: EnumValue<MotionBlurDeconstructionQuality, number>Optionalradius: numberProtected_cameraProtected_deconstructionProtected_domainProtected_filterProtected_globalProtected_isProtected_jitterProtected_maxProtected_objectProtected_qualityProtected_radiusDetermines the scale of the motion blur effect in camera space, exaggerate or attenuating the amount of it.
Determines the deconstruction quality. The lower the more trail & aliased effect. Reconstruction only.
Determines which parts of the scene will trigger motion blur.
Type of filter to use when filtering samples contributing to a blurred pixel.
Determines the scale of the motion blur effect globally, exaggerate or attenuating the amount of it.
Enables or disables the motion blur effect.
Controls the maximum amount of d-blur over a maximum amount of aliasing cost (ie: 1.0f no aliasing). Only for Simple type.
Determines the scale of the motion blur effect in object space, exaggerate or attenuating the amount of it.
Determines the number of samples to take during motion blur filtering. Increasing this value will yield higher quality blur at the cost of the performance.
Determines the maximum radius applied for the d-blur.
Copies all properties defined by the prototype of MotionBlurSettings from other to this instance.
Clones this instance and returns a new MotionBlurSettings with identical values.
Determines if this MotionBlurSettings instance is equal to the other instance.
StaticisDetermines if both MotionBlurSettings instances are equal.
Settings that control the motion blur effect.