Tobii Pro SDK Unity API
|
Provides properties for the pupil data. More...
Public Member Functions | |
PupilData (float pupilDiameter, Validity validity) | |
Initializes a new instance of the PupilData class given data for all members. More... | |
bool | Equals (PupilData other) |
Checks if this object is equal to another PupilData . More... | |
override bool | Equals (object obj) |
Checks if this point is equal to another PupilData . 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== (PupilData obj1, PupilData obj2) |
Checks if two PupilData objects are equal. More... | |
static bool | operator!= (PupilData obj1, PupilData obj2) |
Checks if two PupilData objects are not equal. More... | |
Properties | |
float | PupilDiameter [get] |
Gets the diameter of the pupil in millimeters." More... | |
Validity | Validity [get] |
Gets the validity of the pupil data. More... | |
Provides properties for the pupil data.
|
inline |
Initializes a new instance of the PupilData class given data for all members.
pupilDiameter | The diameter of the pupil in millimeters. |
validity | The validity of the pupil data. |
|
inline |
Checks if this object is equal to another PupilData .
other | Other object to check. |
|
inline |
Checks if this point is equal to another PupilData .
obj | Other object to check. |
|
inline |
Returns a hash code for this object. This is used internally in collections.
Checks if two PupilData objects are not equal.
obj1 | First object. |
obj2 | Second object. |
Checks if two PupilData objects are equal.
obj1 | First object. |
obj2 | Second object. |
|
get |
Gets the diameter of the pupil in millimeters."
|
get |
Gets the validity of the pupil data.