![]() |
3DRadSpace
v1.0.0a
Scripting documentation
|
Represents game's settings like fullscreen, framerate, resolution. More...
Public Member Functions | |
GameSettings () | |
Empty GameSettings constructor. More... | |
GameSettings (Point resolution, int fps, bool full) | |
Main GameSettings constructor. More... | |
override string | ToString () |
Returns a string representing the settings. More... | |
Public Attributes | |
Point | GameScreen |
Represents the resolution. More... | |
int | MaximumFramerate |
Represents the maximum frames per second values. More... | |
bool | Fullscreen |
Toggles fullscreen mode. More... | |
Represents game's settings like fullscreen, framerate, resolution.
_3DRadSpaceDll.GameSettings.GameSettings | ( | ) |
Empty GameSettings constructor.
_3DRadSpaceDll.GameSettings.GameSettings | ( | Point | resolution, |
int | fps, | ||
bool | full | ||
) |
Main GameSettings constructor.
resolution | |
fps | |
full |
override string _3DRadSpaceDll.GameSettings.ToString | ( | ) |
Returns a string representing the settings.
bool _3DRadSpaceDll.GameSettings.Fullscreen |
Toggles fullscreen mode.
Point _3DRadSpaceDll.GameSettings.GameScreen |
Represents the resolution.
int _3DRadSpaceDll.GameSettings.MaximumFramerate |
Represents the maximum frames per second values.