GameConfig Module
Functions and values
| Function or value |
Description
|
|
|
Full Usage:
withHeight height config
Parameters:
int
config : GameConfig
Returns: GameConfig
|
|
Full Usage:
withMinHeight height config
Parameters:
int
config : GameConfig
Returns: GameConfig
|
|
Full Usage:
withMinWidth width config
Parameters:
int
config : GameConfig
Returns: GameConfig
|
|
|
|
|
Cap the render rate at the given FPS (MonoGame fixed timestep at 1/fps,
Raylib
|
Full Usage:
withTitle title config
Parameters:
string
config : GameConfig
Returns: GameConfig
|
|
|
|
Full Usage:
withWindowMode mode config
Parameters:
WindowMode
config : GameConfig
Returns: GameConfig
|
Set the window presentation mode at startup (windowed, borderless fullscreen, or exclusive fullscreen).
|
Mibo