Version: 2021.2
언어: 한국어

PrefabUtility.RevertAddedGameObject

매뉴얼로 전환
public static void RevertAddedGameObject (GameObject gameObject, InteractionMode action);

파라미터

action The interaction mode for this action.
gameObject The 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.