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

Base class for all V-Ray events. Contains real time of the event. The time at which the event is processed could be delayed because of event queue blocking. More...

Inherits EventArgs.

Inherited by VRay.BucketRegionEventArgs, VRay.HostConnectedEventArgs, VRay.HostDisconnectedEventArgs, VRay.HostEventArgs, VRay.LicenseErrorEventArgs, VRay.LightMixTransferToSceneEventArgs, VRay.MessageEventArgs, VRay.ProgressEventArgs, VRay.RenderLastEventArgs, VRay.RenderViewChangedEventArgs, VRay.StateChangedEventArgs, VRay.UploadToCollaborationEventArgs, VRay.VFBAddRenderElementToSceneEventArgs, VRay.VRayImageEventArgs, and VRay.VRayProfilerWriteEventArgs.

Public Member Functions

 VRayEventArgs (double instant)
 Create a base event arg instance with timing info
 

Properties

double Instant [get, set]
 Actual event time. Time is in seconds since V-Ray was initialized.
 

Detailed Description

Base class for all V-Ray events. Contains real time of the event. The time at which the event is processed could be delayed because of event queue blocking.


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