struct
WinPlatformInfo
Inherits:
PlatformInfo
Contains Windows specific per-platform information used primarily for build purposes.
Public
Constructors
WinPlatformInfo
WinPlatformInfo() = default
Methods
staticGetRttiStatic
static RTTIType *GetRttiStatic()
GetRtti
RTTIType *GetRtti() const
Returns an interface you can use to access class' Run Time Type Information.
~PlatformInfo
~PlatformInfo() noexcept override = default
Fields
Icon
TResourceHandle<Texture> Icon
TitlebarText
String TitlebarText
Defines
String Defines
A set of semicolon separated defines to use when compiling scripts for this platform.
MainScene
TResourceHandle<Scene> MainScene
Default scene that is loaded when the application is started.
Fullscreen
bool Fullscreen
If true the application will be started in fullscreen using user's desktop resolution.
WindowedWidth
u32 WindowedWidth
Width of the window if not starting the application in fullscreen.
WindowedHeight
u32 WindowedHeight
Height of the window if not starting the application in fullscreen.
Debug
bool Debug
Determines should the scripts be output in debug mode (worse performance but better error reporting).