ResetToPrefabState() private method

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