예제 #1
0
		private void OnDestroy()
		{
			// Return the Database
			SceneDatabaseProvider.ReturnDatabase (this);
			if(_drawer != null)
				_drawer.Dispose ();
			if(_screenshotDrawer != null)
				_screenshotDrawer.Dispose ();
		}