Beispiel #1
0
 public void OnBtnRedo()
 {
     EditorUndo.Redo();
 }
Beispiel #2
0
 void OnClickRedo()
 {
     EditorUndo.Redo();
 }