首页 > 代码库 > 判断当前Selection是否为prefab

判断当前Selection是否为prefab

判断当前Selection是否为prefab

PrefabUtility.GetPrefabParent(target) == null && PrefabUtility.GetPrefabObject(target) != null

参考:file://localhost/Applications/Unity/Unity.app/Contents/Documentation/Documentation/ScriptReference/PrefabUtility.html