RenderDuration
Description:
An enumerated type containing possible duration types to do Raytracer render.
An enumerated type containing possible duration types to do Raytracer render.
public enum RenderDuration
| Name | Description |
|---|---|
| ByLevel | Render by the defined iterations. |
| ByTime | Render by the defined time. |
| UntilSatisfactory | Render until satisfactory. |