Tobii Pro SDK Unity API
|
▼CArgumentException | |
CTobii.Research.IncompatibleFirmwarePackageException | Is thrown when the eye tracker device does not match the firmware. |
CTobii.Research.CalibrationResult | Represents the result of the calculated calibration. |
▼CCollection | |
CTobii.Research.LicenseCollection | Represents a collection of LicenseKey objects. |
▼CEventArgs | |
CTobii.Research.CalibrationModeEnteredEventArgs | Provides data for the CalibrationModeEntered event. |
CTobii.Research.CalibrationModeLeftEventArgs | Provides data for the CalibrationModeLeft event. |
CTobii.Research.ConnectionLostEventArgs | Provides data for the ConnectionLost event. |
CTobii.Research.ConnectionRestoredEventArgs | Provides data for the ConnectionRestored event. |
CTobii.Research.DisplayAreaEventArgs | Provides data for the DisplayAreaChanged event. |
CTobii.Research.EventErrorEventArgs | Provides data for the EventErrorOccurred event. |
CTobii.Research.ExternalSignalValueEventArgs | Provides data for the ExternalSignalReceived event. |
CTobii.Research.EyeImageEventArgs | Provides data for the EyeImageReceived event. |
CTobii.Research.EyeImageRawEventArgs | Provides data for the EyeImageRawReceived event. |
CTobii.Research.GazeDataEventArgs | Provides data for the GazeDataReceived event. |
CTobii.Research.GazeOutputFrequencyEventArgs | Provides data for the GazeOutputFrequencyChanged event. |
CTobii.Research.HMDGazeDataEventArgs | Provides data for the HMDGazeDataReceived event. |
CTobii.Research.LogEventArgs | Provides data for the LogReceived event. |
CTobii.Research.TimeSynchronizationReferenceEventArgs | Provides data for the TimeSynchronizationReferenceReceived event. |
CTobii.Research.TrackBoxEventArgs | Provides data for the TrackBoxChanged event. |
▼CException | |
CTobii.Research.ConnectionFailedException | Is thrown when connection to an eye tracker is lost or could not be established. |
CTobii.Research.DisplayAreaNotValidException | Is thrown if trying to enter calibration mode with an invalid display area. |
CTobii.Research.EyeTrackerUnavailableException | Is thrown if the particular eye tracker is unavailable. Other eye trackers may be available. |
CTobii.Research.FeatureNotSupportedException | Is thrown when the eye tracker does not support the operation or if there is an insufficient license level when using a restricted feature. If there is a license problem The solution is to contact Tobii customer support and request a suitable license file. |
CTobii.Research.InsufficientLicenseException | Is thrown when there is an insufficient license level when using a restricted feature. The solution is to contact Tobii customer support and request a suitable license file. |
CTobii.Research.InternalErrorException | Is thrown on internal errors in the API. |
CTobii.Research.SavedLicenseFailedToApplyException | Is thrown when the license saved on the device failed to apply. |
CTobii.Research.UnknownFirmwareVersionException | Is thrown when the firmware version is unknown. |
CTobii.Research.EyeTrackingOperations | 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. |
CTobii.Research.FirmwarePackageCompatibility | Firmware package compatibility. |
CTobii.Research.HMDCalibrationResult | Represents the result of the calculated HMD calibration. |
▼CIDisposable | |
CTobii.Research.HMDBasedCalibration | Provides methods and properties for managing calibrations for HMD based eye trackers. |
CTobii.Research.IEyeTracker | Provides methods and properties to manage and get data from an eye tracker. |
CTobii.Research.ScreenBasedCalibration | Provides methods and properties for managing calibrations for screen based eye trackers. |
CTobii.Research.ScreenBasedMonocularCalibration | Provides methods and properties for managing monocular and bi-monocular calibrations for screen based eye trackers. This type of calibration is not supported by all eye trackers. Check the DeviceCapabilities of the eye tracker first! |
▼CIEquatable | |
CTobii.Research.CalibrationData | Stores calibration data. |
CTobii.Research.CalibrationEyeData | Represents calibration eye data. |
CTobii.Research.CalibrationPoint | Represents the calibration point and its collected calibration samples. |
CTobii.Research.CalibrationSample | Represents the data collected for a calibration sample. |
CTobii.Research.DisplayArea | Represents the three coordinates in space corresponding to the top left, bottom left, and top right corners of the active display area. |
CTobii.Research.EyeData | Provides properties for the eye data. |
CTobii.Research.FailedLicense | Represents a failed license. |
CTobii.Research.GazeOrigin | Provides properties for the gaze origin. |
CTobii.Research.GazePoint | Provides properties for the gaze point. |
CTobii.Research.HMDEyeData | Provides properties for the eye data when gotten from an HMD based device. |
CTobii.Research.HMDGazeDirection | Provides properties for the HMD gaze direction. |
CTobii.Research.HMDGazeOrigin | Provides properties for the HMD gaze origin. |
CTobii.Research.HMDLensConfiguration | Provides properties for the lens configuration for a HMD device. |
CTobii.Research.HMDPupilPosition | Provides properties for the HMD pupil position. |
CTobii.Research.LicenseKey | Represents the eye tracker license key |
CTobii.Research.NormalizedPoint2D | Represents a normalized x- and y-coordinate point in a two-dimensional plane. |
▼CTobii.Research.Point3D | Represents an x-, y- and z-coordinate point in a three-dimensional space. |
CTobii.Research.NormalizedPoint3D | Represents a normalized x-, y- and z-coordinate point in a three-dimensional space. |
CTobii.Research.PupilData | Provides properties for the pupil data. |
CTobii.Research.TrackBox | Represents the eight corners in user coordinate system that together forms the track box. |
▼CINotifyPropertyChanged | |
CTobii.Research.IEyeTracker | Provides methods and properties to manage and get data from an eye tracker. |
▼CInvalidOperationException | |
CTobii.Research.AlreadyInCalibrationModeException | Is thrown when the eye tracker is already in calibration mode. |
CTobii.Research.FirmwareUpgradeNotSupportedException | Is thrown when firmware upgrade is not supported by the eye tracker. |
CTobii.Research.NotInCalibrationModeException | Is thrown when the eye tracker is supposed to be in calibration mode but is not. |
▼CReadOnlyCollection | |
CTobii.Research.CalibrationPointCollection | Represents a read-only collection of CalibrationPoint objects. |
CTobii.Research.CalibrationSampleCollection | Represents a read-only collection of CalibrationSample objects. |
CTobii.Research.EyeTrackerCollection | Represents a read-only collection of IEyeTracker objects. |
CTobii.Research.EyeTrackingModeCollection | Represents a read-only collection of eye tracking modes. |
CTobii.Research.FailedLicenseCollection | Represents a read-only collection of FailedLicense objects. |
CTobii.Research.GazeOutputFrequencyCollection | Represents a read-only collection of gaze output frequencies. |