Iuvo Unity 0.5.1
This is library containing a variety of helper classes and extension methods for the Unity gane engine.
GitHub | Iuvo Unity Updates | Creator
Loading...
Searching...
No Matches
AIDecisionTree.cs File Reference

Classes

class  IuvoUnity.AI.AIDecisionTree
 Represents a decision tree for AI decision-making. More...

Namespaces

namespace  IuvoUnity
namespace  IuvoUnity.AI
 Namespace containing AI-related classes and functionalities.

Class Documentation

◆ IuvoUnity::AI::AIDecisionTree

class IuvoUnity::AI::AIDecisionTree

Represents a decision tree for AI decision-making.

Todo
Implement the decision tree structure and logic using the HSM model.
Note
This class is meant to be a base class for various types of AI decision trees.
Warning
This class is currently a placeholder and does not contain any implementation.