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