UnityEditor.EditorUtility.RevealInFinder C# (CSharp) Метод

RevealInFinder() приватный Метод

private RevealInFinder ( string path ) : void
path string
Результат void
        public static extern void RevealInFinder(string path);
        [MethodImpl(MethodImplOptions.InternalCall)]
EditorUtility