ResetToPrefabState() private méthode

private ResetToPrefabState ( Object obj ) : bool
obj Object
Résultat bool
Exemple #1
0
 public static bool ResetToPrefabState(Object source)
 {
     return(PrefabUtility.ResetToPrefabState(source));
 }
 public static bool ResetToPrefabState(UnityEngine.Object source) =>
 PrefabUtility.ResetToPrefabState(source);