Update graph penalties by radius?

Hi,

I’d like to adjust the penalties and/or tags of all nodes that are within a threshold radius of a target position.

Is the best way to do this to subclass GraphUpdateShape and edit the Contains() method? Or is there a more obvious way I’ve missed?

Thanks

Hi

Yes, that sounds like a reasonable way to do it. The other option would be to override the GraphUpdateObject’s Apply method, but that would be pretty much equivalent.