Enum for controlling how e.g. GameObjects and Components are matched.
Additional resources: PrefabUtility.ConvertToPrefabInstance, PrefabUtility.ReplacePrefabAssetOfPrefabInstance.
NoMatchingPerformed | Disable matching of objects. |
ByName | Match by name. |
ByHierarchy | Match by full hierarchy name. |