Class AgentAdaptiveGazeTask
Starts or stops adaptive gaze on the agent and marks the task as completet afterwards.
Inherited Members
Namespace: i5.VirtualAgents.AgentTasks
Assembly: cs.temp.dll.dll
Syntax
public class AgentAdaptiveGazeTask : AgentBaseTask, IAgentTask, ITask, ISerializable
Constructors
AgentAdaptiveGazeTask()
Declaration
public AgentAdaptiveGazeTask()
AgentAdaptiveGazeTask(Boolean)
Constructor for the adaptive gaze task
Declaration
public AgentAdaptiveGazeTask(bool shouldStartOrStop)
Parameters
Type | Name | Description |
---|---|---|
Boolean | shouldStartOrStop | If true, will start adaptive Gaze. If false will stop adaptive gaze |
Methods
Deserialize(SerializationDataContainer)
Declaration
public void Deserialize(SerializationDataContainer serializer)
Parameters
Type | Name | Description |
---|---|---|
SerializationDataContainer | serializer |
Serialize(SerializationDataContainer)
Declaration
public void Serialize(SerializationDataContainer serializer)
Parameters
Type | Name | Description |
---|---|---|
SerializationDataContainer | serializer |
StartExecution(Agent)
Starts the execution of the task; starts or stops the adaptive gaze
Declaration
public override void StartExecution(Agent agent)
Parameters
Type | Name | Description |
---|---|---|
Agent | agent | The agent on which the task is executed |