PrefabUtility.FindRootGameObjectWithSameParentPrefab
static function FindRootGameObjectWithSameParentPrefab(target: GameObject): GameObject;
static GameObject FindRootGameObjectWithSameParentPrefab(GameObject target);
static def FindRootGameObjectWithSameParentPrefab(target as GameObject) as GameObject
Description

Returns the topmost game object that has the same prefab parent as target.