Displays some general settings for PowerUI.
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... | |
|
inlineprivate |
Called when the custom input checkbox is changed.
|
inlineprivate |
|
inlineprivate |
Called when the isolate checkbox is changed.
|
inlinestatic |
|
inlineprivate |
|
static |
True if this project manages UI.HandleInput for itself.
|
static |
|
static |
A timer which causes Update to run once every 2 seconds.