Help 帮助
Helper class to access Unity documentation.
用于打开Unity文档的帮助类
Note: This is an editor class. To use it you have to place your script in Assets/Editor inside your project folder. Editor classes are in the UnityEditor namespace so for C# scripts you need to add "using UnityEditor;" at the beginning of the script.
注意:这是一个编辑器类,如果想使用它你需要把它放到工程目录下的Assets/Editor文件夹下。编辑器类在UnityEditor命名空间下。所以当使用C#脚本时,你需要在脚本前面加上 "using UnityEditor"引用。
Class Functions类函数
-
Is there a help page for this object?
对于这个对象是否有一个帮助页面? -
Show help page for this object.
为这个对象显示帮助页面 -
Show a help page.
显示一个帮助页面 -
Open url in the default web browser.
在默认web浏览器中打开url
最后修改:2011年4月11日 Monday 10:17