WeaverEditorUtilities.

AddLinkToURL(GenericMenu, string, string) Method

Summary

Adds a function to open the specified `url`. If it begins with a '/' it is treated as a path relative to the Weaver.WeaverUtilities.DocumentationURL.
Assembly
Weaver.dll
Namespace
Weaver.Editor
Containing Type
WeaverEditorUtilities

Syntax

public static void AddLinkToURL(GenericMenu menu, string text, string url)

Parameters

Name Type Description
menu GenericMenu
text string
url string

Return Value

Type Description
void