Enum GuiControlSelector.Mode
Supported selector modes.
Namespace: Unity.Tutorials.Core.Editor
Assembly: Unity.Tutorials.Core.Editor.dll
Syntax
public enum GuiControlSelector.Mode
Fields
Name | Description |
---|---|
GuiContent | Select by GUIContent (IMGUI). |
GuiStyleName | Select by GUIStyle's name (IMGUI). |
NamedControl | Select by Named Control's name, the name used for GUI.SetNextControlName() (IMGUI). |
ObjectReference | Match by the referenced Unity Object (IMGUI). |
Property | Select by property's path name (IMGUI). |
VisualElement | Select by VisualElement's name and class name (UI Toolkit). |