| Tobii Pro SDK Unity API
    | 
Provides static methods for searching for eye trackers as well as connecting directly to a specific eye tracker.The eye tracker object(s) returned can then be used to manipulate the eye trackers and read eye tracker data.This is the entry point for the SDK users. More...
| Static Public Member Functions | |
| static void | Terminate () | 
| Terminate SDK. Call this before exiting the process to release all SDK allocated resources.  More... | |
| static IEyeTracker | GetEyeTracker (Uri address) | 
| Gets an eye tracker object that has the specified address.  More... | |
| static IEyeTracker | GetEyeTracker (string address) | 
| Gets an eye tracker object that has the specified address.  More... | |
| static EyeTrackerCollection | FindAllEyeTrackers () | 
| Finds eye trackers connected to the computer or the network. Please note that subsequent calls to FindAllEyeTrackers() may return the eye trackers in a different order.  More... | |
| static long | GetSystemTimeStamp () | 
| Retrieves the time stamp from the system clock in microseconds.  More... | |
| Properties | |
| static EventHandler< LogEventArgs > | LogReceived x86_64"x86"Plugins\tobii_stream_engine.dll"Plugins\tobii_pro.dll"tobii_stream_engine.dll"tobii_pro.dll" | 
| Event fired when a debug log is received.  More... | |
| static Version | SdkVersion  [get] | 
| Gets the version of the SDK.  More... | |
Provides static methods for searching for eye trackers as well as connecting directly to a specific eye tracker.The eye tracker object(s) returned can then be used to manipulate the eye trackers and read eye tracker data.This is the entry point for the SDK users.
| 
 | inlinestatic | 
Finds eye trackers connected to the computer or the network. Please note that subsequent calls to FindAllEyeTrackers() may return the eye trackers in a different order.
Example of how to search for all available eye trackers and print their device names, models and serial numbers to the console:
| 
 | inlinestatic | 
Gets an eye tracker object that has the specified address.
| address | The address to the eye tracker, represented as a Uri, to use for connecting to the eye tracker. | 
| 
 | inlinestatic | 
Gets an eye tracker object that has the specified address.
| address | The address to the eye tracker, represented as a string, to use for connecting to the eye tracker. | 
| UriFormatException | If string passed is invalid. | 
| 
 | inlinestatic | 
Retrieves the time stamp from the system clock in microseconds.
| 
 | inlinestatic | 
Terminate SDK. Call this before exiting the process to release all SDK allocated resources.
| 
 | staticaddremove | 
Event fired when a debug log is received.
| 
 | staticget | 
Gets the version of the SDK.