Search Results for

    Show / Hide Table of Contents

    Class ExampleDataContext

    An example implementation of IAgentDataContext concretely defining the game data for the farmer hero. This is accessed by all actions and consideration. You do not need to do it this way if your game has a different way of injecting dependencies.

    Inheritance
    Object
    ExampleDataContext
    Implements
    IAgentDataContext
    Namespace: TinnyStudios.AIUtility.Impl.Examples.FarmerHero
    Assembly: UtilityAIFramework.dll
    Syntax
    public class ExampleDataContext : MonoBehaviour, IAgentDataContext

    Fields

    HungerWatcher

    Declaration
    public StatWatcher HungerWatcher
    Field Value
    Type Description
    StatWatcher

    Inventory

    Declaration
    public Inventory Inventory
    Field Value
    Type Description
    Inventory

    MonsterManager

    Declaration
    public MonsterManager MonsterManager
    Field Value
    Type Description
    MonsterManager

    SleepinessWatcher

    Declaration
    public StatWatcher SleepinessWatcher
    Field Value
    Type Description
    StatWatcher

    Stats

    Declaration
    public Stats Stats
    Field Value
    Type Description
    Stats

    TreeObjectManager

    Declaration
    public TreeObjectManager TreeObjectManager
    Field Value
    Type Description
    TreeObjectManager

    Implements

    IAgentDataContext
    In This Article
    Back to top Generated by DocFX