ResetToPrefabState() private method

private ResetToPrefabState ( Object obj ) : bool
obj Object
return bool
示例#1
0
 public static bool ResetToPrefabState(Object source)
 {
     return(PrefabUtility.ResetToPrefabState(source));
 }
 public static bool ResetToPrefabState(UnityEngine.Object source) =>
 PrefabUtility.ResetToPrefabState(source);