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