Tobii Pro SDK Unity API
|
Provides properties for the eye data. More...
Public Member Functions | |
EyeData (GazePoint gazePoint, PupilData pupil, GazeOrigin gazeOrigin) | |
Initializes a new instance of the EyeData class given data for all members. More... | |
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 |
Initializes a new instance of the EyeData class given data for all members.
gazePoint | The gaze point data. |
pupil | The pupil data. |
gazeOrigin | A gaze origin 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.