docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class EditorGUIUtils

    Utility methods for use in Editor GUI code.

    Inheritance
    object
    EditorGUIUtils
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.XR.CoreUtils.Editor
    Assembly: Unity.XR.CoreUtils.Editor.dll
    Syntax
    public static class EditorGUIUtils

    Methods

    DrawLink(GUIContent, string)

    Creates a link for richtext.

    Declaration
    public static void DrawLink(GUIContent linkTitle, string linkUrl)
    Parameters
    Type Name Description
    GUIContent linkTitle

    Title of the link, this is what the user will see and click on.

    string linkUrl

    The url of the link.

    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)