Version: 5.3

PrefabUtility.FindValidUploadPrefabInstanceRoot

매뉴얼로 전환
public static GameObject FindValidUploadPrefabInstanceRoot (GameObject target);

파라미터

target GameObject to process.

반환

GameObject Return the root game object of the prefab asset.

설명

Returns root game object of the prefab instance if that root prefab instance is a parent of the prefab.

This works in the same way as FindRootGameObjectWithSameParentPrefab but it will return the root game object of the prefab asset. This is useful if you have a disconnected prefab instance object and you want to know the root game object of the prefab asset which it used to be connected to.