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