Detailed Description

Displays a small checkbox for compiling Nitro AOT.

Inheritance diagram for PowerUI.NitroSettings:

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 CompileAOT
 True if Nitro should be compiled ahead of time. More...
 
static bool NoRuntime
 True if Nitro should not be available at runtime (AOT Only). More...
 

Properties

string NitroPath [get]
 

Private Member Functions

void Update ()
 
void OnGUI ()
 
void OnRuntimeChanged ()
 Called when the Runtime checkbox is changed. More...
 
void OnAOTChanged ()
 Called when the CompileAOT value changes. More...
 

Member Function Documentation

void PowerUI.NitroSettings.OnAOTChanged ( )
inlineprivate

Called when the CompileAOT value changes.

void PowerUI.NitroSettings.OnGUI ( )
inlineprivate
void PowerUI.NitroSettings.OnRuntimeChanged ( )
inlineprivate

Called when the Runtime checkbox is changed.

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

Member Data Documentation

bool PowerUI.NitroSettings.CompileAOT
static

True if Nitro should be compiled ahead of time.

bool PowerUI.NitroSettings.NoRuntime
static

True if Nitro should not be available at runtime (AOT Only).

int PowerUI.NitroSettings.UpdateTimer
static

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

Property Documentation

string PowerUI.NitroSettings.NitroPath
getprivate