Enum GuiControlSelector.MatchType
Supported selector match types.
Namespace: Unity.Tutorials.Editor
Assembly: Unity.Tutorials.Editor.dll
Syntax
public enum GuiControlSelector.MatchType
Fields
| Name | Description |
|---|---|
| All | Select all matching controls. |
| First | Select the first matching control. |
| Last | Select the last matching control. |