Class EditorGUIUtils
Utility methods for use in Editor GUI code.
Inherited Members
Namespace: Unity.XR.CoreUtils.Editor
Assembly: Unity.XR.CoreUtils.Editor.dll
Syntax
public static class EditorGUIUtilsMethods
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. |