Private & Confidential

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Igloo Core Engine supports several command-line arguments that can be used to control its behavior.


Startup Session

Description:
This argument is used to specify a session ID that Igloo Core Engine will load on start up

Format:
sessionId=<id>


Chromium Remote Debug Port

Description:
This argument specifies the port number for remote debugging of WebView layers. The program will use this port to establish a remote debugging connection.

Format:
remoteDebugPort=<port>


Always on Top

Description:
This setting overrides the alwaysOnTop option found in the EditorWindowsSettings.xml file. It can be especially useful for systems without a dedicated console monitor. By configuring this setting, you can create a shortcut that launches the Igloo Core Engine with the desktop interface visible (i.e., setting alwaysOnTop=false).

Format:
alwaysOnTop=<bool>

Example:
alwaysOnTop=false

  • No labels