LanguageEnglish
  • C#

PrefabUtility.RevertRemovedComponent

Declaration

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

Parameters

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.

Description

Adds this removed component back on the Prefab instance.

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


Did you find this page useful? Please give it a rating: