Class ApplicationStartupInformation

Structure containing parameters for starting the application.

Constructors

Properties

_applicationCompanyName: string
_applicationName: string
_audio: string
_input: string
_inputInformation: InputInformation
_isHighDPIAware: boolean
_librariesPath: FilePath
_mode: EnumValue<ApplicationMode, number>
_physics: string
_plugins: string[]
_primaryWindowInformation: RenderWindowInformation
_renderAPI: string
_renderer: string

Accessors

  • get applicationCompanyName(): string
  • The name of the developer.

    Returns string

  • set applicationCompanyName(value): void
  • Parameters

    • value: string

    Returns void

  • get applicationName(): string
  • The name of the application.

    Returns string

  • set applicationName(value): void
  • Parameters

    • value: string

    Returns void

  • get audio(): string
  • Name of the audio plugin to use.

    Returns string

  • set audio(value): void
  • Parameters

    • value: string

    Returns void

  • get input(): string
  • Name of the input plugin to use.

    Returns string

  • set input(value): void
  • Parameters

    • value: string

    Returns void

  • get isHighDPIAware(): boolean
  • 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.

    Returns boolean

  • set isHighDPIAware(value): void
  • Parameters

    • value: boolean

    Returns void

  • get librariesPath(): FilePath
  • Filesystem path of the plugins.

    Returns FilePath

  • set librariesPath(value): void
  • Parameters

    Returns void

  • get physics(): string
  • Name of physics plugin to use.

    Returns string

  • set physics(value): void
  • Parameters

    • value: string

    Returns void

  • get plugins(): Iterable<string>
  • A list of plugins to load.

    Returns Iterable<string>

  • set plugins(value): void
  • Parameters

    Returns void

  • get renderAPI(): string
  • Name of the render system plugin to use.

    Returns string

  • set renderAPI(value): void
  • Parameters

    • value: string

    Returns void

  • get renderer(): string
  • Name of the renderer plugin to use.

    Returns string

  • set renderer(value): void
  • Parameters

    • value: string

    Returns void

Methods