componentOrGameObject | The object to check. Must be a component or GameObject. |
bool True if the object is part of a Prefab Asset.
Returns true if the given object is part of a Prefab Asset.
Returns false if the object is part of a Prefab instance in a scene. To check if an object is part of a Prefab instance in a scene, use PrefabUtility.IsPartOfNonAssetPrefabInstance.
It also returns false for Prefab contents loaded in Prefab Mode, since these Prefab contents are loaded into a preview scene and are not part of an asset while being edited in Prefab Mode. To check if an object is part of the Prefab’s contents in Prefab Mode, use PrefabStage.IsPartOfPrefabContents.