ResetToPrefabState() 개인적인 메소드

private ResetToPrefabState ( Object obj ) : bool
obj Object
리턴 bool
예제 #1
0
 public static bool ResetToPrefabState(Object source)
 {
     return(PrefabUtility.ResetToPrefabState(source));
 }
예제 #2
0
 public static bool ResetToPrefabState(UnityEngine.Object source) =>
 PrefabUtility.ResetToPrefabState(source);