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