Method DrawLink
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. |