public void FadeOutTimeline(string label, float frameCount, float easing)
 {
     character.FadeOutTimeline(label, frameCount, easing);
 }