Version: 2019.2
public static void RevertAddedGameObject (GameObject gameObject, InteractionMode action);

パラメーター

actionThe interaction mode for this action.
gameObjectThe added GameObject on the Prefab instance to revert.

説明

Removes this added GameObject from a Prefab instance.

After the revert action, the GameObject and its children no longer exist.

This method also works if the added child GameObject is a Prefab instance.