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

Classes

class  IuvoUnity.AI.AISensorManager
 Manages a single AI sensor and its data. More...

Namespaces

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

Class Documentation

◆ IuvoUnity::AI::AISensorManager

class IuvoUnity::AI::AISensorManager

Manages a single AI sensor and its data.

Todo
class to handle a single AI sensor and its data
Note
Should be a base class to process and interpret data from the sensor based on type (Sound, Sight, RangeOf<T>). Should also handle sensor configurations and calibrations for things like sensitivity, range, and shape.
Warning
This class is currently a placeholder and does not contain any implementation.