docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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).

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)