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

Classes

class  IuvoUnity.AI.AIRegistry
 Manages the registration and lifecycle of AI components. More...

Namespaces

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

Class Documentation

◆ IuvoUnity::AI::AIRegistry

class IuvoUnity::AI::AIRegistry

Manages the registration and lifecycle of AI components.

Todo
class to handle registration, deregistration, and management of AI entities
Note
This class is responsible for keeping track of all AI entities and their states.
Warning
This class is currently a placeholder and does not contain any implementation.