Exemplo n.º 1
0
            // Token: 0x060000AF RID: 175 RVA: 0x00007B78 File Offset: 0x00005D78
            private void OnContextMenuShowInExplorer(object userData)
            {
                List <string> selectedPaths = this.GetSelectedPaths();

                EditorApplication2.ShowInExplorer(selectedPaths.ToArray());
                base.Editor.Repaint();
            }
Exemplo n.º 2
0
            // Token: 0x060001A9 RID: 425 RVA: 0x0000C980 File Offset: 0x0000AB80
            private void OnContextMenuShowInExplorer()
            {
                List <string> selectedPaths = this.GetSelectedPaths();

                EditorApplication2.ShowInExplorer(selectedPaths.ToArray());
            }
Exemplo n.º 3
0
 // Token: 0x06000144 RID: 324 RVA: 0x0000A537 File Offset: 0x00008737
 public static void ShowInExplorer(string[] assetPaths)
 {
     EditorApplication2.ShowInExplorer(assetPaths, 3);
 }