コード例 #1
0
ファイル: PathNavigator.cs プロジェクト: xbohov01/code_sample
 public void UnsetPath()
 {
     if (currentPath != null)
     {
         currentPath.DestroyFlightTunnel();
         currentPath = null;
     }
 }