PrefabUtility.FindPrefabRoot
static function FindPrefabRoot(source: GameObject): GameObject;
static GameObject FindPrefabRoot(GameObject source);
static def FindPrefabRoot(source as GameObject) as GameObject
Description

Helper function to find the prefab root of an object (used for picking niceness).