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

Classes

class  IuvoUnity.AI.AIIncentive
 Represents an incentive for the AI to pursue certain behaviors or to alter the order of their goals. More...

Namespaces

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

Class Documentation

◆ IuvoUnity::AI::AIIncentive

class IuvoUnity::AI::AIIncentive

Represents an incentive for the AI to pursue certain behaviors or to alter the order of their goals.

Todo
Implement a system for managing and evaluating AI incentives (priority scaling).
Note
This class should be flexible enough to accommodate various types of incentives.
Warning
This class is currently a placeholder and does not contain any implementation.