|
Nebula
|
Classes | |
| class | RuntimeData |
Static Public Member Functions | |
| static void | OverrideNebulaApp (NebulaApp app) |
| Overrides the default nebula app. | |
| static void | Setup (Assembly currentAssembly) |
| Call to initialize the Nebula C# runtime. | |
| static void | Start () |
| Start the nebula runtime. | |
| static void | Close () |
| Shutdown the nebula runtime. | |
| static void | OnBeginFrame () |
| static void | OnFrame () |
| static void | OnEndFrame () |
Private Member Functions | |
| Runtime () | |
Static Private Member Functions | |
| static | Runtime () |
| static IntPtr | ImportResolver (string libraryName, Assembly assembly, DllImportSearchPath? searchPath) |
Static Private Attributes | |
| static readonly RuntimeData | runtimeData = new RuntimeData() |
|
inlinestaticprivate |
|
inlineprivate |
|
inlinestatic |
Shutdown the nebula runtime.
|
inlinestaticprivate |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Call to initialize the Nebula C# runtime.
| currentAssembly | The assembly that is currently executing. You can get this via Assembly.GetExecutingAssembly() |
|
inlinestatic |
Start the nebula runtime.
|
staticprivate |