Search Results for

    Show / Hide Table of Contents

    Class AddActionExample

    This class just shows an example of how you can add actions at runtime.

    Inheritance
    Object
    AddActionExample
    Namespace: TinnyStudios.AIUtility.Impl.Examples.FarmerHero
    Assembly: UtilityAIFramework.dll
    Syntax
    public class AddActionExample : MonoBehaviour

    Fields

    Action

    Declaration
    public UtilityAction Action
    Field Value
    Type Description
    UtilityAction

    Actions

    Declaration
    public List<IUtilityAction> Actions
    Field Value
    Type Description
    List<IUtilityAction>

    ActionsToReplace

    Declaration
    public List<UtilityAction> ActionsToReplace
    Field Value
    Type Description
    List<UtilityAction>

    Agent

    Declaration
    public Agent Agent
    Field Value
    Type Description
    Agent
    In This Article
    Back to top Generated by DocFX