C# Class NGUIHelp, TheUnseen

This script adds the NGUI menu options to the Unity Editor.
Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Methods

Method Description
GetHelpURL ( Type type ) : string

Get the URL pointing to the documentation for the specified component.

Show ( ) : void

Show generic help.

Show ( Type type ) : void

Show help for the specific topic.

Show ( object obj ) : void

Show help for the specific topic.

Method Details

GetHelpURL() static public method

Get the URL pointing to the documentation for the specified component.
static public GetHelpURL ( Type type ) : string
type Type
return string

Show() static public method

Show generic help.
static public Show ( ) : void
return void

Show() static public method

Show help for the specific topic.
static public Show ( Type type ) : void
type Type
return void

Show() static public method

Show help for the specific topic.
static public Show ( object obj ) : void
obj object
return void