PrefabUtility.RevertRemovedComponent

Cambiar al Manual
public static void RevertRemovedComponent (GameObject instanceGameObject, Component assetComponent, InteractionMode action);

Parámetros

assetComponentThe removed component on the Prefab instance to revert.
actionThe interaction mode for this action.
instanceGameObjectThe GameObject on the Prefab instance which the component has been removed from.

Descripción

Adds this removed component back on the Prefab instance.

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