예제 #1
0
파일: Path.cs 프로젝트: anareboucas/nanook
 public void Insert(int i, PathWaypoint P)
 {
     m_Points.Insert(i, P);
 }
예제 #2
0
파일: Path.cs 프로젝트: anareboucas/nanook
 public void Add(PathWaypoint P)
 {
     m_Points.Add(P);
 }