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