|
|
std::string | svgPath |
|
std::optional< std::string > | initialSource |
|
std::optional< std::string > | initialPath |
|
std::string | editorNoticeText |
|
bool | experimentalMode = false |
|
std::optional< std::string > | reproOutputPath |
| | Optional destination path for a .donner-repro recording of the user's UI interactions. When set, the shell constructs a ReproRecorder and snapshots ImGui input state at the start of every frame. Written to disk in the destructor.
|
◆ editorNoticeText
| std::string donner::editor::EditorShellOptions::editorNoticeText |
◆ experimentalMode
| bool donner::editor::EditorShellOptions::experimentalMode = false |
◆ initialPath
| std::optional<std::string> donner::editor::EditorShellOptions::initialPath |
◆ initialSource
| std::optional<std::string> donner::editor::EditorShellOptions::initialSource |
◆ reproOutputPath
| std::optional<std::string> donner::editor::EditorShellOptions::reproOutputPath |
Optional destination path for a .donner-repro recording of the user's UI interactions. When set, the shell constructs a ReproRecorder and snapshots ImGui input state at the start of every frame. Written to disk in the destructor.
◆ svgPath
| std::string donner::editor::EditorShellOptions::svgPath |
The documentation for this struct was generated from the following file: