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