コード例 #1
0
ファイル: PathNavigator.cs プロジェクト: xbohov01/code_sample
 public void SetPath(FlightPath path)
 {
     currentPath = path;
     currentPath.DrawFlightTunnel();
 }