【判断当前Selection是否为prefab】
PrefabUtility.GetPrefabParent(target) == null && PrefabUtility.GetPrefabObject(target) != null
参考:file://localhost/Applications/Unity/Unity.app/Contents/Documentation/Documentation/ScriptReference/PrefabUtility.html
【判断当前Selection是否为prefab】
PrefabUtility.GetPrefabParent(target) == null && PrefabUtility.GetPrefabObject(target) != null
参考:file://localhost/Applications/Unity/Unity.app/Contents/Documentation/Documentation/ScriptReference/PrefabUtility.html