Static Public Member Functions | List of all members
GazeAwareBehaviorExtensions Class Reference

Contains extension methods for GazeAwareBehavior. More...

Static Public Member Functions

static GazeAwareBehavior HasGaze (this GazeAwareBehavior behavior, Action action)
 Adds en event handler for on gaze events. More...
 
static GazeAwareBehavior HasGaze (this GazeAwareBehavior behavior, BehaviorCallback action)
 Adds en event handler for on gaze events. More...
 
static IEnumerable< GazeAwareBehaviorHasGaze (this IEnumerable< GazeAwareBehavior > behaviors, BehaviorCallback action)
 Adds en event handler for on gaze events. More...
 
static GazeAwareBehavior LostGaze (this GazeAwareBehavior behavior, Action action)
 Adds en event handler for lost gaze events. More...
 
static GazeAwareBehavior LostGaze (this GazeAwareBehavior behavior, BehaviorCallback action)
 Adds en event handler for lost gaze events. More...
 
static IEnumerable< GazeAwareBehaviorLostGaze (this IEnumerable< GazeAwareBehavior > behaviors, BehaviorCallback action)
 Adds en event handler for lost gaze events. More...
 

Detailed Description

Contains extension methods for GazeAwareBehavior.

Member Function Documentation

◆ HasGaze() [1/3]

static GazeAwareBehavior HasGaze ( this GazeAwareBehavior  behavior,
Action  action 
)
inlinestatic

Adds en event handler for on gaze events.

◆ HasGaze() [2/3]

static GazeAwareBehavior HasGaze ( this GazeAwareBehavior  behavior,
BehaviorCallback  action 
)
inlinestatic

Adds en event handler for on gaze events.

◆ HasGaze() [3/3]

static IEnumerable<GazeAwareBehavior> HasGaze ( this IEnumerable< GazeAwareBehavior behaviors,
BehaviorCallback  action 
)
inlinestatic

Adds en event handler for on gaze events.

◆ LostGaze() [1/3]

static GazeAwareBehavior LostGaze ( this GazeAwareBehavior  behavior,
Action  action 
)
inlinestatic

Adds en event handler for lost gaze events.

◆ LostGaze() [2/3]

static GazeAwareBehavior LostGaze ( this GazeAwareBehavior  behavior,
BehaviorCallback  action 
)
inlinestatic

Adds en event handler for lost gaze events.

◆ LostGaze() [3/3]

static IEnumerable<GazeAwareBehavior> LostGaze ( this IEnumerable< GazeAwareBehavior behaviors,
BehaviorCallback  action 
)
inlinestatic

Adds en event handler for lost gaze events.


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