docs.unity3d.com
    Show / Hide Table of Contents

    Class GUIControlSelector

    Inheritance
    Object
    GUIControlSelector
    Namespace: Unity.InteractiveTutorials
    Syntax
    [Serializable]
    public class GUIControlSelector

    Properties

    controlName

    Declaration
    public string controlName { get; set; }
    Property Value
    Type Description
    String

    guiContent

    Declaration
    public GUIContent guiContent { get; set; }
    Property Value
    Type Description
    GUIContent

    guiStyleName

    Declaration
    public string guiStyleName { get; set; }
    Property Value
    Type Description
    String

    ObjectReference

    A reference to a Unity Object of which name will be matched against the text in UI elements.

    Declaration
    public ObjectReference ObjectReference { get; set; }
    Property Value
    Type Description
    ObjectReference
    Remarks

    In order for this to work for assets, the asset must have a short name, i.e., the name cannot be visible in the UI in shortened form, e.g. "A longer...".

    propertyPath

    Declaration
    public string propertyPath { get; set; }
    Property Value
    Type Description
    String

    selectorMode

    Declaration
    public GUIControlSelector.Mode selectorMode { get; set; }
    Property Value
    Type Description
    GUIControlSelector.Mode

    targetType

    Declaration
    public Type targetType { get; set; }
    Property Value
    Type Description
    Type
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023