Version: 2021.2
언어: 한국어

PrefabUtility.RevertAddedComponent

매뉴얼로 전환
public static void RevertAddedComponent (Component component, InteractionMode action);

파라미터

component The added component on the Prefab instance to revert.
action The interaction mode for this action.

설명

Removes this added component on a Prefab instance.

After the revert action, the component no longer exists.