PowerUI.PowerUIEditor Class Reference

Detailed Description

A class used to locate where the PowerUI folder is in the project.

Static Public Member Functions

static void WarnBox (string message)
 
static void HelpBox (string message)
 
static void HelpBox (string message, string type)
 
static string GetPowerUIPath ()
 Finds where the PowerUI tree is. More...
 
static string FindPowerUIIn (string folder)
 Looks for PowerUI in the given folder. More...
 

Member Function Documentation

static string PowerUI.PowerUIEditor.FindPowerUIIn ( string  folder)
inlinestatic

Looks for PowerUI in the given folder.

static string PowerUI.PowerUIEditor.GetPowerUIPath ( )
inlinestatic

Finds where the PowerUI tree is.

static void PowerUI.PowerUIEditor.HelpBox ( string  message)
inlinestatic
static void PowerUI.PowerUIEditor.HelpBox ( string  message,
string  type 
)
inlinestatic
static void PowerUI.PowerUIEditor.WarnBox ( string  message)
inlinestatic