CreateEmptyPrefab() 개인적인 메소드

private CreateEmptyPrefab ( string path ) : Object
path string
리턴 Object
 public static Object CreateEmptyPrefab(string path)
 {
     return(PrefabUtility.CreateEmptyPrefab(path));
 }
예제 #2
0
 public static UnityEngine.Object CreateEmptyPrefab(string path) =>
 PrefabUtility.CreateEmptyPrefab(path);