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
AIGoal.cs File Reference

Classes

class  IuvoUnity.AI.AIGoal
 Represents a goal for the AI to achieve. More...

Namespaces

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

Class Documentation

◆ IuvoUnity::AI::AIGoal

class IuvoUnity::AI::AIGoal

Represents a goal for the AI to achieve.

Todo
class to define goals and objectives for AI behavior
Note
this class should be broad enough to cover various types of AI goals and branching
Warning
This class is currently a placeholder and does not contain any implementation.