Version: 2022.3
언어: 한국어

PrefabUtility.RevertRemovedComponent

매뉴얼로 전환
public static void RevertRemovedComponent (GameObject instanceGameObject, Component assetComponent, InteractionMode action);

파라미터

assetComponent The removed component on the Prefab instance to revert.
action The interaction mode for this action.
instanceGameObject The GameObject on the Prefab instance which the component has been removed from.

설명

Adds this removed component back on the Prefab instance.

After the revert action, the component exists on the Prefab instance again.