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");

参见:Help.ShowHelpForObject.

最后修改:2011年6月15日 Wednesday 11:18

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。