UnityEditor.EditorUtility.CreateEmptyPrefab C# (CSharp) Method

CreateEmptyPrefab() private method

private CreateEmptyPrefab ( string path ) : Object
path string
return Object
        public static Object CreateEmptyPrefab(string path)
        {
            return PrefabUtility.CreateEmptyPrefab(path);
        }
EditorUtility