public void ResetAnimation()
 {
     if (twAlpha != null)
     {
         twAlpha.ResetToBeginningExtension(0.0f);
     }
 }