Version: 2022.3
言語: 日本語
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.