Esempio n. 1
0
 /// <inheritdoc/>
 void IGlobalShortcuts.OnPastePressed()
 {
     treeView.PasteToSelection();
 }
Esempio n. 2
0
 /// <summary>
 /// Pastes the scene object(s) that were previously cut or copied.
 /// </summary>
 public void PasteToSelection()
 {
     treeView.PasteToSelection();
 }