Help.ShowHelpPage 显示帮助页面
static function ShowHelpPage (page : string) : void
Description描述
Show a help page.
显示一个帮助页面
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.
可以使用帮助页面的URL,通常是file://开头,如果页面file:///unity/开头,那么它指向Unity帮助。
// open scripting reference
//打开脚本参考
Help.ShowHelpPage ("file:///unity/ScriptReference/index.html");
最后修改:2011年6月15日 Wednesday 11:18