Class TargetEventArgs
Class specifying targeting event arguments.
Inheritance
TargetEventArgs
Assembly: cs.temp.dll.dll
public class TargetEventArgs : EventArgs
Constructors
Declaration
public TargetEventArgs(EyeTrackingTarget hitTarget)
Parameters
Type |
Name |
Description |
EyeTrackingTarget |
hitTarget |
|
Declaration
public TargetEventArgs(EyeTrackingTarget hitTarget)
Parameters
Type |
Name |
Description |
EyeTrackingTarget |
hitTarget |
|
Properties
Declaration
public EyeTrackingTarget HitTarget { get; }
Property Value
Type |
Description |
EyeTrackingTarget |
|
Declaration
public EyeTrackingTarget HitTarget { get; }
Property Value
Type |
Description |
EyeTrackingTarget |
|