Optionalmode: EnumValue<ApplicationMode, number>OptionalrenderAPI: stringOptionalrenderer: stringOptionalphysics: stringOptionalaudio: stringOptionalinput: stringOptionallibrariesPath: FilePathOptionalapplicationCompanyName: stringOptionalapplicationName: stringOptionalisHighDPIAware: booleanOptionalprimaryWindowInformation: Immutable<RenderWindowInformation>OptionalinputInformation: Immutable<InputInformation>Optionalplugins: Iterable<string>Protected_applicationProtected_applicationProtected_audioProtected_inputProtected_inputProtected_isProtected_librariesProtected_modeProtected_physicsProtected_pluginsProtected_primaryProtected_renderAPIProtected_rendererThe name of the developer.
The name of the application.
Name of the audio plugin to use.
Name of the input plugin to use.
Describes how to initialize the input sub-system.
True if RSX should be aware of operating system DPI settings. If false, the UI and other graphical elements might look pixelated on high resolution displays.
The mode of the application.
Name of physics plugin to use.
Describes the window to create during start-up.
Name of the render system plugin to use.
Name of the renderer plugin to use.
Copies all properties defined by the prototype of ApplicationStartupInformation from other to this instance.
Clones this instance and returns a new ApplicationStartupInformation with identical values.
StaticisDetermines if both ApplicationStartupInformation instances are equal.
Structure containing parameters for starting the application.