UnityEditor.EditorUtility.RevealInFinder C# (CSharp) Méthode

RevealInFinder() private méthode

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