I have succeeded for this.
The fast way is inherit VisualSensor to override “public override void Sense(string aspectName, MatchType matchType)”.
And _matches is final target list you should assign.
You can find other built-in variable and function by Intellisense.
Score() is function return distance from target to your sensor.
Best Regards.