public void SetTimelineBlendRatio(string label, float value, float frameCount, float easing, bool stopWhenBlendDone)
 {
     character.SetTimelineBlendRatio(label, value, frameCount, easing, stopWhenBlendDone);
 }