ObjectMatchMode
Enum for controlling how e.g. GameObjects and Components are matched.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum ObjectMatchMode
Remarks
Additional Resources: PrefabUtility.ConvertToPrefabInstance, PrefabUtility.ReplacePrefabAssetOfPrefabInstance.
Fields
Value | Description |
|---|---|
| ByHierarchy | Match by full hierarchy name. |
| ByName | Match by name. |
| NoMatchingPerformed | Disable matching of objects. |