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