Exemple #1
0
 /// <summary> Clear the internal representation of light, and start over again from scratch. </summary>
 public void Clear()
 {
     if (map != null)
     {
         map.Clear();
     }
     stampCount = 0;
 }
 /// <summary> Clear the internal representation of light, and start over again from scratch. </summary>
 public void Clear()
 {
     map.Clear();
     stampCount = 0;
 }