2027 Enumeration
Changes 0
E

RenderDuration

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