Have Seekers on different Graphs

Hello,

I would like to have multiple graphs, each with different obstacles on them. I have graphs and obstacles setup, but I am unsure how to put the Seekers on those different graphs.

For example, I have a red character, that is blocked by red walls. And a blue character, that is blocked by blue walls.

How can I make my seeker use my Red graph, and the blue character use the blue graph?

Don’t you have
Path StartPath (Vector3 start, Vector3 end, OnPathDelegate callback, int graphMask)

on a seeker ?