Esempio n. 1
0
 /// <summary>
 /// Free up anything that needs explicit freeing (device stuff)
 /// </summary>
 public void Clear()
 {
     renderObj.Clear();
 }
Esempio n. 2
0
 /// <summary>
 /// Free up anything that needs explicit freeing (device stuff)
 /// </summary>
 public void Clear()
 {
     renderObj.Clear();
     WayPoint.RoadCost -= Cost;
 }