예제 #1
0
 /// <summary>
 /// Merge the two parts of the split asset back again.
 /// </summary>
 public override void Undo()
 {
     m_Asset.MergeWith(m_RearAsset);
 }
예제 #2
0
 /// <summary>
 /// Merge the assets.
 /// </summary>
 public override void Do()
 {
     m_FirstAsset.MergeWith(m_SecondAsset);
 }