Class Agent
Agent's functionality mainly includes managing their task queue, responding to task execution statuses and changing one's state accordingly
Namespace: i5.VirtualAgents
Assembly: cs.temp.dll.dll
Syntax
public class Agent : MonoBehaviour
Properties
Animator
The animator component which controls the agent's animations
Declaration
public Animator Animator { get; }
Property Value
Type | Description |
---|---|
Animator |
TaskSystem
Declaration
public ITaskSystem TaskSystem { get; }
Property Value
Type | Description |
---|---|
ITaskSystem |