Ejemplo n.º 1
0
 protected virtual bool OnProcessNode(PathFinderNode node)
 {
     OnPathFinderDebug(node, PathFinderNodeType.Current);
     return(true);
 }
Ejemplo n.º 2
0
 protected void OnPathFinderDebug(PathFinderNode node, PathFinderNodeType type)
 {
     #if DEBUG
     _pathFinderDebug?.Invoke(node, type);
     #endif
 }