VRay SDK for C#
|
A class for holding progressive image event data. More...
Inherits VRay.VRayEventArgs.
Public Member Functions | |
VRayImageEventArgs (VRayImage image, long changeIndex, ImagePassType pass, double instant) | |
Creates an instance of the event args with the specified image. More... | |
![]() | |
VRayEventArgs (double instant) | |
Create a base event arg instance with timing info | |
Properties | |
long | ChangeIndex [get] |
A linearly growing index reflecting the number of changes applied to the scene in interactive mode. Corresponds to value returned by commit(). | |
VRayImage | Image [get] |
Gets a reference to the rendered image passed as event data. | |
ImagePassType | Pass [get] |
Which render pass generated the image | |
![]() | |
double | Instant [get, set] |
Actual event time. Time is in seconds since V-Ray was initialized. | |
A class for holding progressive image event data.
VRay.VRayImageEventArgs.VRayImageEventArgs | ( | VRayImage | image, |
long | changeIndex, | ||
ImagePassType | pass, | ||
double | instant | ||
) |
Creates an instance of the event args with the specified image.
image | The rendered image argument. |
changeIndex | A linearly growing index reflecting the number of changes applied to the scene in interactive mode. Corresponds to value returned by commit(). |
pass | Which render pass generated the image |
instant | The actual time of ocurrence - seconds since V-Ray initialization |