Settings#
Settings Provided by the Extension#
app.window.enabled#
Default Value: true
Description: Whether application window is enabled.
app.window.width#
Default Value: 1440
Description: Width of application window.
app.window.height#
Default Value: 900
Description: Height of application window.
app.window.title#
Default Value: “Omniverse Kit”
Description: Title of the application window.
app.window.fullscreen#
Default Value: false
Description: Whether application window is fullscreen.
app.window.maximized#
Default Value: false
Description: Whether application window is maximized.
app.window.noResize#
Default Value: false
Description: Whether application window not allows resize.
app.window.scaleToMonitor#
Default Value: true
Description: Whether application window DPI is scaled with monitor DPI.
app.window.alwaysOnTop#
Default Value: false
Description: Whether application window is always on top.
app.window.noDecorations#
Default Value: false
Description: Whether application window has no decorations.
app.window.hideMouseInFullscreen#
Default Value: false
Description: Whether application window hides mouse in fullscreen mode.
app.window.childWindowsOnTop#
Default Value: false
Description: Whether child windows are on top.
app.window.saveSizeOnExit#
Default Value: true
Description: Whether saving the window size on exit.
/persistent/app/window/width#
Default Value: 1440
Description: previous saved width of application window.
/persistent/app/window/height#
Default Value: 900
Description: previous saved height of application window.
/persistent/app/window/maximized#
Default Value: false
Description: previous saved state of whether application window is maximized.
/app/window/x#
Default Value: (uint64_t)-2
Description: The x coordinate of the window.
/app/window/y#
Default Value: (uint64_t)-2
Description: The y coordinate of the window.
/app/window/dpiScaleOverride#
Default Value: -1.0
Description: DPI scale overrides value.
/app/window/blockAllInput#
Default Value: false
Description: If application window blocks all input device.
/app/window/iconPath#
Default Value: “”
Description: Icon path of the application window.
/app/window/cursorBlink#
Default Value: true
Description: If cursor blinks.
/exts/omni.appwindow/autocreateAppWindow#
Default Value: true
Description: Automatically create application window.
/exts/omni.appwindow/listenF11#
Default Value: true
Description: If Application Window has registered F11 and listen to F11 event.