예제 #1
0
 public void Dispose()
 {
     _collection = null;
     Current     = default(Animation);
     _index      = -1;
 }
예제 #2
0
 public AnimationEnumerator(AnimationCollection collection)
 {
     _collection = collection;
     _index      = -1;
     Current     = default(Animation);
 }