UnityEditor.EditorUtility.ResetToPrefabState C# (CSharp) Метод

ResetToPrefabState() приватный Метод

private ResetToPrefabState ( Object source ) : bool
source Object
Результат bool
        public static bool ResetToPrefabState(Object source)
        {
            return PrefabUtility.ResetToPrefabState(source);
        }
EditorUtility