|
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 |
Namespace containing AI-related classes and functionalities. More...
Classes | |
| class | AIBehaviorBase |
| Base class for all AI behaviors. More... | |
| class | AIBeliefs |
| Represents the beliefs and knowledge of the AI. More... | |
| class | AIContext |
| Class for managing the AI's context and knowledge about the environment. More... | |
| class | AIDecision |
| Represents a decision made by the AI. More... | |
| class | AIDecisionTree |
| Represents a decision tree for AI decision-making. More... | |
| class | AIGoal |
| Represents a goal for the AI to achieve. More... | |
| class | AIIncentive |
| Represents an incentive for the AI to pursue certain behaviors or to alter the order of their goals. More... | |
| class | AIMemory |
| Represents the memory of the AI, storing relevant information and experiences. More... | |
| class | AIMultiSensorManager |
| Manages multiple sensors for the AI, allowing for more complex perception. More... | |
| class | AIRegistry |
| Manages the registration and lifecycle of AI components. More... | |
| class | AISensorManager |
| Manages a single AI sensor and its data. More... | |
Namespace containing AI-related classes and functionalities.
| class IuvoUnity::AI::AIBehaviorBase |
| class IuvoUnity::AI::AIBeliefs |
| class IuvoUnity::AI::AIDecision |
| class IuvoUnity::AI::AIDecisionTree |
| class IuvoUnity::AI::AIGoal |
| class IuvoUnity::AI::AIIncentive |
Represents an incentive for the AI to pursue certain behaviors or to alter the order of their goals.
| class IuvoUnity::AI::AIMemory |
Represents the memory of the AI, storing relevant information and experiences.
| class IuvoUnity::AI::AIMultiSensorManager |
Manages multiple sensors for the AI, allowing for more complex perception.
| class IuvoUnity::AI::AIRegistry |
| class IuvoUnity::AI::AISensorManager |
Manages a single AI sensor and its data.