Ejemplo n.º 1
0
 public void TakeSnapshot()
 {
     mSnapshot = new SelectionSnapshot();
     mSnapshot.AnimationChainSave = this.SelectedChain;
     mSnapshot.AnimationFrameSave = this.SelectedFrame;
 }
Ejemplo n.º 2
0
 public void TakeSnapshot()
 {
     mSnapshot = new SelectionSnapshot();
     mSnapshot.AnimationChainSave = this.SelectedChain;
     mSnapshot.AnimationFrameSave = this.SelectedFrame;
 }