VRay SDK for C#
Loading...
Searching...
No Matches
VRay.RenderInteractiveEventArgs Class Reference

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...
 
- Public Member Functions inherited from VRay.RenderLastEventArgs
 RenderLastEventArgs (bool isRendering, double instant)
 Constructs a RenderLast args object. More...
 
- Public Member Functions inherited from VRay.VRayEventArgs
 VRayEventArgs (double instant)
 Create a base event arg instance with timing info
 

Additional Inherited Members

- Properties inherited from VRay.RenderLastEventArgs
bool IsRendering [get]
 Gets if the VRayRenderer has been rendering when the button has been pressed
 
- Properties inherited from VRay.VRayEventArgs
double Instant [get, set]
 Actual event time. Time is in seconds since V-Ray was initialized.
 

Detailed Description

A class that holds info regarding the RenderInteractive button pressed event.

Constructor & Destructor Documentation

◆ RenderInteractiveEventArgs()

VRay.RenderInteractiveEventArgs.RenderInteractiveEventArgs ( bool  isRendering,
double  instant 
)

Constructs a RenderInteractive args object.

Parameters
isRenderingThe renderer state at the time the button is pressed.
instantThe actual time of ocurrence - seconds since V-Ray initialization

The documentation for this class was generated from the following file: