UnityEditor.EditorUtility.RevealInFinder C# (CSharp) Method

RevealInFinder() private method

private RevealInFinder ( string path ) : void
path string
return void
        public static extern void RevealInFinder(string path);
        [MethodImpl(MethodImplOptions.InternalCall)]
EditorUtility