VRay SDK for C#
|
A class that holds info regarding the RenderLast button pressed event. More...
Inherits VRay.VRayEventArgs.
Inherited by VRay.RenderInteractiveEventArgs, VRay.VFBPauseIPRNotifyEventArgs, and VRay.VFBUpdateIPRNotifyEventArgs.
Public Member Functions | |
RenderLastEventArgs (bool isRendering, double instant) | |
Constructs a RenderLast args object. More... | |
![]() | |
VRayEventArgs (double instant) | |
Create a base event arg instance with timing info | |
Properties | |
bool | IsRendering [get] |
Gets if the VRayRenderer has been rendering when the button has been pressed | |
![]() | |
double | Instant [get, set] |
Actual event time. Time is in seconds since V-Ray was initialized. | |
A class that holds info regarding the RenderLast button pressed event.
VRay.RenderLastEventArgs.RenderLastEventArgs | ( | bool | isRendering, |
double | instant | ||
) |
Constructs a RenderLast args object.
isRendering | The renderer state at the time the button is pressed. |
instant | The actual time of ocurrence - seconds since V-Ray initialization |