Version: 2022.3
언어: 한국어

PrefabUtility.ConvertToPrefabInstances

매뉴얼로 전환
public static void ConvertToPrefabInstances (GameObject[] plainGameObjects, GameObject prefabAssetRoot, ConvertToPrefabInstanceSettings settings, InteractionMode mode);

파라미터

plainGameObjects The array of GameObjects that will be converted to Prefab instances.
prefabAssetRoot The Prefab Asset used to create the Prefab instances from.
settings Settings to control the conversion.
mode Using UserAction will record undo and show dialogs if needed.

설명

Convert an array of GameObjects to Prefab instances of the given Prefab Asset.

This function is similar to the ConvertToPrefabInstance method, except it will perform the operation on each of the GameObjects in the input.