Tobii Pro SDK Unity API
Tobii.Research.UserPositionGuide Class Reference

Provides properties for the gaze point. More...

Inheritance diagram for Tobii.Research.UserPositionGuide:

Public Member Functions

 UserPositionGuide (NormalizedPoint3D userPosition, Validity validity)
 Initializes a new instance of the UserPositionGuide class given data for all members. More...
 
bool Equals (UserPositionGuide other)
 Checks if this object is equal to another UserPositionGuide . More...
 
override bool Equals (object obj)
 Checks if this point is equal to another UserPositionGuide . 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== (UserPositionGuide obj1, UserPositionGuide obj2)
 Checks if two UserPositionGuide objects are equal. More...
 
static bool operator!= (UserPositionGuide obj1, UserPositionGuide obj2)
 Checks if two UserPositionGuide objects are not equal. More...
 

Properties

NormalizedPoint3D UserPosition [get]
 Gets the normalized 3D user position guide. More...
 
Validity Validity [get]
 Gets the validity of the user position guide. More...
 

Detailed Description

Provides properties for the gaze point.

Constructor & Destructor Documentation

Tobii.Research.UserPositionGuide.UserPositionGuide ( NormalizedPoint3D  userPosition,
Validity  validity 
)
inline

Initializes a new instance of the UserPositionGuide class given data for all members.

Parameters
userPositionThe normalized user position in 3D.
validityThe validity of the user position guide.

Member Function Documentation

bool Tobii.Research.UserPositionGuide.Equals ( UserPositionGuide  other)
inline

Checks if this object is equal to another UserPositionGuide .

Parameters
otherOther object to check.
Returns
True if other equals this.
override bool Tobii.Research.UserPositionGuide.Equals ( object  obj)
inline

Checks if this point is equal to another UserPositionGuide .

Parameters
objOther object to check.
Returns
True if obj equals this.
override int Tobii.Research.UserPositionGuide.GetHashCode ( )
inline

Returns a hash code for this object. This is used internally in collections.

Returns
A hash code.
static bool Tobii.Research.UserPositionGuide.operator!= ( UserPositionGuide  obj1,
UserPositionGuide  obj2 
)
inlinestatic

Checks if two UserPositionGuide objects are not equal.

Parameters
obj1First object.
obj2Second object.
Returns
True if the objects are not equal.
static bool Tobii.Research.UserPositionGuide.operator== ( UserPositionGuide  obj1,
UserPositionGuide  obj2 
)
inlinestatic

Checks if two UserPositionGuide objects are equal.

Parameters
obj1First object.
obj2Second object.
Returns
True if the objects are equal.

Property Documentation

NormalizedPoint3D Tobii.Research.UserPositionGuide.UserPosition
get

Gets the normalized 3D user position guide.

Validity Tobii.Research.UserPositionGuide.Validity
get

Gets the validity of the user position guide.