예제 #1
0
 /// <summary>
 /// Initializes temporary path data for a node.
 /// Warning: This method should not be called directly. It is used by the GraphNode constructor.
 /// </summary>
 internal void InitializeNode(GraphNode node)
 {
     pathProcessor.InitializeNode(node);
 }