Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

page

Remarks

page should be the URL of the help page, usually beginning with
file://
. If
page
starts with
file://unity
, then it points to Unity help.
Additional Resources: Help.ShowHelpForObject.