Search Results for

    Show / Hide Table of Contents

    Class Agent

    Agent's functionality mainly includes managing their task queue, responding to task execution statuses and changing one's state accordingly

    Inheritance
    Object
    Agent
    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
    In This Article
    Back to top Documentation of the Virtual Agents Framework