ResetToPrefabState() private method

private ResetToPrefabState ( Object obj ) : bool
obj Object
return bool
Esempio n. 1
0
 public static bool ResetToPrefabState(Object source)
 {
     return(PrefabUtility.ResetToPrefabState(source));
 }
Esempio n. 2
0
 public static bool ResetToPrefabState(UnityEngine.Object source) =>
 PrefabUtility.ResetToPrefabState(source);