_InitParams Fields |
The GeonBitGame_InitParams type exposes the following members.
Name | Description | |
---|---|---|
DebugMode |
If true, GeonBit will init in debug mode. This is slower but provide more diagnostic and debug data.
| |
EnableVsync |
If true, will limit FPS rate to fit monitor v-sync (usually 60 FPS).
| |
FullScreen |
If true, will switch to fullscreen during the initialization step.
| |
Title |
Title to give to the application (instead of the default project name).
| |
UiTheme |
Which UI theme to use (or null, if you don't want to use GeonBit built-in UI system).
|