Exemple #1
0
 void CleanupAnimation()
 {
     mRootView.RemoveView(mDrawingView);
     mDrawingView = null;
     mRootView.PostInvalidate();
     mParticles.AddRange(mActiveParticles);
 }