VRay SDK for C#
|
A class that holds info regarding the IP address of a host machine. More...
Inherits VRay.VRayEventArgs.
Public Member Functions | |
HostEventArgs (string host, double instant) | |
Constructs a host event args object with the given host. More... | |
![]() | |
VRayEventArgs (double instant) | |
Create a base event arg instance with timing info | |
Properties | |
string | Host [get] |
Gets the IP address string of the rendering client host. | |
![]() | |
double | Instant [get, set] |
Actual event time. Time is in seconds since V-Ray was initialized. | |
A class that holds info regarding the IP address of a host machine.
VRay.HostEventArgs.HostEventArgs | ( | string | host, |
double | instant | ||
) |
Constructs a host event args object with the given host.
host | The IP address string of the rendering client host. |
instant | The actual time of ocurrence - seconds since V-Ray initialization |