Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

Fields

Value

Description

ByHierarchyMatch by full hierarchy name.
ByNameMatch by name.
NoMatchingPerformedDisable matching of objects.