Vixen
caa30e12

ILocalWorldSensor

interface Core/Vixen.Ai/Sensors/ISensors.cs:43
csharp
public interface ILocalWorldSensor

Reads one number about the world for one agent, once per agent.

Read the guide page for this →

Remarks

doc 37 § D13's local world sensor — "how hungry am I", "how much ammo is left", "how far is the leash". Two front ends reach it: UpdateBlackboardService runs it on a tree's schedule, and SensorSet runs it on the agent's.

Used by (7)

  • ConstantWorldSensorVixen.Ai
  • DelegateWorldSensorVixen.Ai
  • DistanceSensorVixen.Ai.Nodes
  • PerceivedCountSensorVixen.Ai.Perception
  • PerceptionInputsVixen.Ai.Perception
  • SensorsVixen.Ai
  • WorldSensorsVixen.Ai.Nodes