Search Results for

    Show / Hide Table of Contents

    Class HasWorkConsideration

    Consider if there are any trees remaining.

    Inheritance
    Object
    Consideration
    HasWorkConsideration
    Inherited Members
    Consideration.Description
    Consideration.ResponseCurve
    Consideration.GetSimulatedScore(Single)
    Namespace: TinnyStudios.AIUtility.Impl.Examples.FarmerHero
    Assembly: UtilityAIFramework.dll
    Syntax
    public class HasWorkConsideration : Consideration

    Methods

    Bind(TreeObjectManager)

    Shows an example of how to inject TreeObjectManager

    Declaration
    public void Bind(TreeObjectManager treeObjectManager)
    Parameters
    Type Name Description
    TreeObjectManager treeObjectManager

    GetScore(Agent, IUtilityAction)

    Declaration
    public override float GetScore(Agent agent, IUtilityAction action)
    Parameters
    Type Name Description
    Agent agent
    IUtilityAction action
    Returns
    Type Description
    Single
    Overrides
    Consideration.GetScore(Agent, IUtilityAction)
    In This Article
    Back to top Generated by DocFX