示例#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;
 }