Class TargetEventArgs
Class specifying targeting event arguments.
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Examples.Demos.EyeTracking
Assembly: cs.temp.dll.dll
Syntax
public class TargetEventArgs : EventArgs
Constructors
TargetEventArgs(EyeTrackingTarget)
Declaration
public TargetEventArgs(EyeTrackingTarget hitTarget)
Parameters
Type | Name | Description |
---|---|---|
EyeTrackingTarget | hitTarget |
Properties
HitTarget
Declaration
public EyeTrackingTarget HitTarget { get; }
Property Value
Type | Description |
---|---|
EyeTrackingTarget |