Version: 2022.3
언어: 한국어

PrefabUtility.RevertPrefabInstance

매뉴얼로 전환
Obsolete public static bool RevertPrefabInstance (GameObject go);
public static void RevertPrefabInstance (GameObject instanceRoot, InteractionMode action);

파라미터

instanceRoot The root of the Prefab instance.
action The interaction mode for this action.

설명

Reverts all overrides on a Prefab instance.

This reverts all property overrides, added and removed components, and added child GameObjects (including added child Prefab instances).

The Transform position and rotation of a root GameObject in a Prefab instance is not cleared, nor are other default override properties.