|
Tobii Pro SDK Unity API
|
Provides properties for the eye data. More...
Public Member Functions | |
| bool | Equals (EyeData other) |
| Checks if this object is equal to another EyeData . More... | |
| override bool | Equals (object obj) |
| Checks if this point is equal to another EyeData . More... | |
| override int | GetHashCode () |
| Returns a hash code for this object. This is used internally in collections. More... | |
Static Public Member Functions | |
| static bool | operator== (EyeData obj1, EyeData obj2) |
| Checks if two EyeData objects are equal. More... | |
| static bool | operator!= (EyeData obj1, EyeData obj2) |
| Checks if two EyeData objects are not equal. More... | |
Properties | |
| GazePoint | GazePoint [get] |
| Gets the gaze point data. More... | |
| PupilData | Pupil [get] |
| Gets the pupil data. More... | |
| GazeOrigin | GazeOrigin [get] |
| Gets the gaze origin data. More... | |
Provides properties for the eye data.
|
inline |
Checks if this object is equal to another EyeData .
| other | Other object to check. |
|
inline |
Checks if this point is equal to another EyeData .
| obj | Other object to check. |
|
inline |
Returns a hash code for this object. This is used internally in collections.
Checks if two EyeData objects are not equal.
| obj1 | First object. |
| obj2 | Second object. |
Checks if two EyeData objects are equal.
| obj1 | First object. |
| obj2 | Second object. |
|
get |
Gets the gaze origin data.
|
get |
Gets the gaze point data.
|
get |
Gets the pupil data.