EngineMode Type
Specifies whether the BAR engine runs headless (no GUI) or with a graphical window.
Union cases
| Union case |
Description
|
Full Usage:
Graphical
|
Run the engine with a full graphical window. Useful for visual debugging and demonstrations. |
Full Usage:
Headless
|
Run the engine without a graphical window. Suitable for automated testing and CI environments. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsGraphical
Returns: bool
|
|
Full Usage:
this.IsHeadless
Returns: bool
|
|
FSBarV1_Archived