|
|
std::string | svgPath |
|
std::optional< std::string > | initialSource |
|
std::optional< std::string > | initialPath |
|
bool | showWelcome = false |
| | Show the in-workspace welcome and sample picker on the first frame.
|
|
std::string | editorNoticeText |
|
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 |
◆ 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.
◆ showWelcome
| bool donner::editor::EditorShellOptions::showWelcome = false |
Show the in-workspace welcome and sample picker on the first frame.
◆ svgPath
| std::string donner::editor::EditorShellOptions::svgPath |
The documentation for this struct was generated from the following file: