Public Member Functions | Properties | List of all members
HasGazeChangedEventArgs Class Reference

Event arguments for the gaze aware behavior More...

Inheritance diagram for HasGazeChangedEventArgs:
BehaviorEventArgs

Public Member Functions

 HasGazeChangedEventArgs (string interactorId, bool hasGaze)
 Initializes a new instance of the HasGazeChangedEventArgs class. More...
 
- Public Member Functions inherited from BehaviorEventArgs
 BehaviorEventArgs (string interactorId)
 Initializes a new instance of the BehaviorEventArgs class. More...
 

Properties

bool HasGaze [get]
 Gets a value indicating whether the gaze point falls within the interactor boundary. More...
 
- Properties inherited from BehaviorEventArgs
string InteractorId [get]
 Gets the interactor identifier. More...
 

Detailed Description

Event arguments for the gaze aware behavior

Constructor & Destructor Documentation

◆ HasGazeChangedEventArgs()

HasGazeChangedEventArgs ( string  interactorId,
bool  hasGaze 
)
inline

Initializes a new instance of the HasGazeChangedEventArgs class.

Parameters
interactorIdThe interactor identifier.
hasGazeIndicating whether the gaze point falls within the interactor boundary.

Property Documentation

◆ HasGaze

bool HasGaze
get

Gets a value indicating whether the gaze point falls within the interactor boundary.


The documentation for this class was generated from the following file: