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