VRay SDK for C#
|
A class which holds the progress of the current operation. More...
Inherits VRay.VRayEventArgs.
Public Member Functions | |
ProgressEventArgs (string message, int progress, int total, double instant) | |
Creates an instance of the progress event args. More... | |
![]() | |
VRayEventArgs (double instant) | |
Create a base event arg instance with timing info | |
Properties | |
string | Message [get] |
Gets the name of the current operation. | |
int | Progress [get] |
Gets current progress as a number of Total. | |
int | Total [get] |
Gets total number. | |
![]() | |
double | Instant [get, set] |
Actual event time. Time is in seconds since V-Ray was initialized. | |
A class which holds the progress of the current operation.
VRay.ProgressEventArgs.ProgressEventArgs | ( | string | message, |
int | progress, | ||
int | total, | ||
double | instant | ||
) |
Creates an instance of the progress event args.
message | The text showing the current operation. |
progress | The current progress as a number of the total numbers. |
total | The total numbers. |
instant | The actual time of ocurrence - seconds since V-Ray initialization |