VRay SDK for C#
|
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. | |
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.