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