This script adds the NGUI menu options to the Unity Editor.
More...
|
| static string | GetHelpURL (Type type) |
| | Get the URL pointing to the documentation for the specified component. More...
|
| |
| static void | Show () |
| | Show generic help. More...
|
| |
| static void | Show (Type type) |
| | Show help for the specific topic. More...
|
| |
| static void | Show (object obj) |
| | Show help for the specific topic. More...
|
| |
This script adds the NGUI menu options to the Unity Editor.
| static string NGUIHelp.GetHelpURL |
( |
Type |
type | ) |
|
|
static |
Get the URL pointing to the documentation for the specified component.
| static void NGUIHelp.Show |
( |
| ) |
|
|
static |
| static void NGUIHelp.Show |
( |
Type |
type | ) |
|
|
static |
Show help for the specific topic.
| static void NGUIHelp.Show |
( |
object |
obj | ) |
|
|
static |
Show help for the specific topic.
The documentation for this class was generated from the following file:
- D:/Projects/NGUI/Assets/NGUI/Scripts/Editor/NGUIHelp.cs