C# Class NGUIHelp, TheUnseen

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

Méthodes publiques

Méthode 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 méthode

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

Show() static public méthode

Show generic help.
static public Show ( ) : void
Résultat void

Show() static public méthode

Show help for the specific topic.
static public Show ( Type type ) : void
type Type
Résultat void

Show() static public méthode

Show help for the specific topic.
static public Show ( object obj ) : void
obj object
Résultat void