public AnimationState(Animation anim, AnimationClip clip) { animation = anim; this.clip = clip; }
internal AnimationClip(AnimationClip clip, string newName, int firstFrame, int lastFrame) { // TODO: Reimplement this throw new NotImplementedException(); }