ShowHelpPage(string)
Show a help page.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static void ShowHelpPage(string page)
Parameters
Remarks
page should be the URL of the help page, usually beginning with . If page starts with , then it points to Unity help.
file://file://unityAdditional Resources: Help.ShowHelpForObject.