PrefabUtility.MergeAllPrefabInstances
static function MergeAllPrefabInstances(targetObject: Object): void;
static void MergeAllPrefabInstances(Object targetObject);
static def MergeAllPrefabInstances(targetObject as Object) as void
Description

Force re-merging all prefab instances of this prefab.

This is done automatically and you will not have to call this function manually.