CreateEmptyPrefab() private method

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