RSX Code Reference
    Preparing search index...
    • rsx
    • ApplicationStartupInformation

    Class ApplicationStartupInformation

    Structure containing parameters for starting the application.

    Index
    _applicationCompanyName: string
    _applicationName: string
    _audio: string
    _input: string
    _inputInformation: InputInformation
    _isHighDPIAware: boolean
    _librariesPath: FilePath
    _physics: string
    _plugins: string[]
    _primaryWindowInformation: RenderWindowInformation
    _renderAPI: string
    _renderer: string
    • get applicationCompanyName(): string

      The name of the developer.

      Returns string

    • set applicationCompanyName(value: string): void

      Parameters

      • value: string

      Returns void

    • get applicationName(): string

      The name of the application.

      Returns string

    • set applicationName(value: string): void

      Parameters

      • value: string

      Returns void

    • get audio(): string

      Name of the audio plugin to use.

      Returns string

    • set audio(value: string): void

      Parameters

      • value: string

      Returns void

    • get input(): string

      Name of the input plugin to use.

      Returns string

    • set input(value: string): 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: boolean): void

      Parameters

      • value: boolean

      Returns void

    • get librariesPath(): FilePath

      Filesystem path of the plugins.

      Returns FilePath

    • set librariesPath(value: FilePath): void

      Parameters

      Returns void

    • get physics(): string

      Name of physics plugin to use.

      Returns string

    • set physics(value: string): void

      Parameters

      • value: string

      Returns void

    • get plugins(): Iterable<string>

      A list of plugins to load.

      Returns Iterable<string>

    • set plugins(value: string[] | Iterable<string>): void

      Parameters

      Returns void

    • get renderAPI(): string

      Name of the render system plugin to use.

      Returns string

    • set renderAPI(value: string): void

      Parameters

      • value: string

      Returns void

    • get renderer(): string

      Name of the renderer plugin to use.

      Returns string

    • set renderer(value: string): void

      Parameters

      • value: string

      Returns void