csharp
public static class GoapWiringWiring the GOAP planner to the engine's idea of where things are.
Remarks
⚠ Vixen.Ai cannot see a transform, which is doc 37's whole argument for putting the planners in Core/ — so the planner asks for a position through a delegate and this is the one that reads LocalTransform. A game with no transforms hands over nothing, every distance reads as zero, and the search plans by action cost alone.
Methods (2)
public static GoapTargetSensors Sensors()A sensor table that knows how to find where an agent is.
public static GoapTargetLookup FromKey(BlackboardKey key)A target sensor that reads a blackboard key, the way a movement task does.