Click or drag to resize
DigitalRuneObjectMotionBlur Properties

The ObjectMotionBlur type exposes the following members.

Properties
  NameDescription
Public propertyDefaultTargetFormat
Gets or sets the default target format. (This property is used by the PostProcessorChain).
(Inherited from PostProcessor.)
Public propertyEnabled
Gets or sets a value indicating whether this post-processor is enabled.
(Inherited from PostProcessor.)
Public propertyGraphicsService
Gets the graphics service.
(Inherited from PostProcessor.)
Public propertyIsDisposed
Gets a value indicating whether this post-processor has been disposed of.
(Inherited from PostProcessor.)
Public propertyMaxBlurRadius
Gets or sets the max blur radius in pixels.
Public propertyName
Gets or sets the name of the post-processor.
(Inherited from PostProcessor.)
Public propertyNumberOfSamples
Gets or sets the number of samples.
Public propertySoftenEdges
Gets or sets a value indicating whether the edges of motion blurred objects should be softened.
Public propertyUseLastVelocityBuffer
Gets or sets a value indicating whether last velocity buffer should be used in addition to the current velocity buffer to expand the blurred region.
Top
See Also