Ejemplo n.º 1
0
 /// <summary>
 /// Stops running of whole Scene.
 /// </summary>
 public void Stop()
 {
     TYPE.Dispose( );
     TYPE = null;
 }