VRay SDK for C#
|
A class that holds info regarding the RenderInteractive button pressed event. More...
Inherits VRay.RenderLastEventArgs.
Public Member Functions | |
RenderInteractiveEventArgs (bool isRendering, double instant) | |
Constructs a RenderInteractive args object. More... | |
![]() | |
RenderLastEventArgs (bool isRendering, double instant) | |
Constructs a RenderLast args object. More... | |
![]() | |
VRayEventArgs (double instant) | |
Create a base event arg instance with timing info | |
Additional Inherited Members | |
![]() | |
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 RenderInteractive button pressed event.
VRay.RenderInteractiveEventArgs.RenderInteractiveEventArgs | ( | bool | isRendering, |
double | instant | ||
) |
Constructs a RenderInteractive args object.
isRendering | The renderer state at the time the button is pressed. |
instant | The actual time of ocurrence - seconds since V-Ray initialization |