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

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...
 
- Public Member Functions inherited from VRay.VRayEventArgs
 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.
 
- 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 IP address of a host machine.

Constructor & Destructor Documentation

◆ HostEventArgs()

VRay.HostEventArgs.HostEventArgs ( string  host,
double  instant 
)

Constructs a host event args object with the given host.

Parameters
hostThe IP address string of the rendering client host.
instantThe actual time of ocurrence - seconds since V-Ray initialization

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