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