Detailed Description

Displays some general settings for PowerUI.

Inheritance diagram for PowerUI.GeneralSettings:

Static Public Member Functions

static void ShowWindow ()
 

Static Public Attributes

static int UpdateTimer
 A timer which causes Update to run once every 2 seconds. More...
 
static bool CustomInput
 True if this project manages UI.HandleInput for itself. More...
 
static bool IsolatePowerUI
 True if all PowerUI classes should be 'isolated' inside the PowerUI namespace. The only class actually outside by default is the 'UI' class, for convenience. More...
 

Private Member Functions

void Update ()
 
void OnGUI ()
 
void OnIsolateChanged ()
 Called when the isolate checkbox is changed. More...
 
void OnCustomInputChanged ()
 Called when the custom input checkbox is changed. More...
 

Member Function Documentation

void PowerUI.GeneralSettings.OnCustomInputChanged ( )
inlineprivate

Called when the custom input checkbox is changed.

void PowerUI.GeneralSettings.OnGUI ( )
inlineprivate
void PowerUI.GeneralSettings.OnIsolateChanged ( )
inlineprivate

Called when the isolate checkbox is changed.

static void PowerUI.GeneralSettings.ShowWindow ( )
inlinestatic
void PowerUI.GeneralSettings.Update ( )
inlineprivate

Member Data Documentation

bool PowerUI.GeneralSettings.CustomInput
static

True if this project manages UI.HandleInput for itself.

bool PowerUI.GeneralSettings.IsolatePowerUI
static

True if all PowerUI classes should be 'isolated' inside the PowerUI namespace. The only class actually outside by default is the 'UI' class, for convenience.

int PowerUI.GeneralSettings.UpdateTimer
static

A timer which causes Update to run once every 2 seconds.