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

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...
 
- Public Member Functions inherited from VRay.VRayEventArgs
 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
 
- 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 RenderLast button pressed event.

Constructor & Destructor Documentation

◆ RenderLastEventArgs()

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

Constructs a RenderLast 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: