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