Exemplo n.º 1
0
 private static void AppendCopyAssetsPaths()
 {
     if (_data == null)
     {
         _data = new System.Collections.Generic.List <Object>();
     }
     _data.AddRange(Selection.objects);
     IntelligentClipBoardWinow.Open();
 }
Exemplo n.º 2
0
 private static void CopyAssetsPaths()
 {
     _data = new System.Collections.Generic.List <Object>(Selection.objects);
     IntelligentClipBoardWinow.Open();
 }