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