Click or drag to resize
_InitParams Fields

The GeonBitGame_InitParams type exposes the following members.

Fields
  NameDescription
Public fieldDebugMode
If true, GeonBit will init in debug mode. This is slower but provide more diagnostic and debug data.
Public fieldEnableVsync
If true, will limit FPS rate to fit monitor v-sync (usually 60 FPS).
Public fieldFullScreen
If true, will switch to fullscreen during the initialization step.
Public fieldTitle
Title to give to the application (instead of the default project name).
Public fieldUiTheme
Which UI theme to use (or null, if you don't want to use GeonBit built-in UI system).
Top
See Also