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