internal PlayingAnimation(string name, AnimationClip clip) : this() { Name = name; Clip = clip; RepeatMode = Clip.RepeatMode; }