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