Try to avoid wall and small obstacle not in pathfinder with rays (
TraceLine).
Namespace:
wManager
Assembly:
wManager (in wManager.dll)
public bool AvoidWallWithRays { get; set; }
Public Property AvoidWallWithRays As Boolean
Get
Set
public:
property bool^ AvoidWallWithRays {
bool^ get ();
void set (bool^ value);
}