Displays a small checkbox for compiling Nitro AOT.
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... | |
|
inlineprivate |
Called when the CompileAOT value changes.
|
inlineprivate |
|
inlineprivate |
Called when the Runtime checkbox is changed.
|
inlinestatic |
|
inlineprivate |
|
static |
True if Nitro should be compiled ahead of time.
|
static |
True if Nitro should not be available at runtime (AOT Only).
|
static |
A timer which causes Update to run once every 2 seconds.
|
getprivate |