RenderMotionBlurParameters Class |
Namespace: Lumiscaphe.Workshop.Interop
The RenderMotionBlurParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| RenderMotionBlurParameters |
Initializes a new instance of the RenderMotionBlurParameters class.
| |
| RenderMotionBlurParameters(Boolean, Boolean, Single) |
Initializes a new instance of the RenderMotionBlurParameters class using the specified parameters.
|
| Name | Description | |
|---|---|---|
| IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
| IsEnabled |
Gets or sets a value indicating whether motion blur is enabled.
| |
| IsObjectMotionBlur |
Gets or sets a value indicating whether motion blur is applied to moving object.
| |
| SimulatedFPS |
Gets or sets the simulated FPS indicating the motion blur quantity (a low number increase the motion blur).
|
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the RenderMotionBlurParameters | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Format the RenderMotionBlurParameters to a String.
(Overrides ObjectToString.) |