#include <editor_actions.h>
Definition at line 16 of file editor_actions.h.
◆ close_project()
auto unravel::editor_actions::close_project |
( |
rtti::context & | ctx | ) |
-> bool |
|
static |
◆ deploy_project()
auto unravel::editor_actions::deploy_project |
( |
rtti::context & | ctx, |
|
|
const deploy_settings & | params ) -> std::map<std::string, tpp::shared_future<void>> |
|
static |
◆ generate_script_workspace()
void unravel::editor_actions::generate_script_workspace |
( |
| ) |
|
|
static |
◆ new_scene()
auto unravel::editor_actions::new_scene |
( |
rtti::context & | ctx | ) |
-> bool |
|
static |
◆ open_scene()
auto unravel::editor_actions::open_scene |
( |
rtti::context & | ctx | ) |
-> bool |
|
static |
◆ open_scene_from_asset()
◆ open_workspace_on_file()
void unravel::editor_actions::open_workspace_on_file |
( |
const fs::path & | file, |
|
|
int | line = 0 ) |
|
static |
◆ prompt_save_scene()
auto unravel::editor_actions::prompt_save_scene |
( |
rtti::context & | ctx, |
|
|
const std::function< void()> & | on_continue ) -> bool |
|
static |
◆ recompile_all()
void unravel::editor_actions::recompile_all |
( |
| ) |
|
|
static |
◆ recompile_scripts()
void unravel::editor_actions::recompile_scripts |
( |
| ) |
|
|
static |
◆ recompile_shaders()
void unravel::editor_actions::recompile_shaders |
( |
| ) |
|
|
static |
◆ recompile_textures()
void unravel::editor_actions::recompile_textures |
( |
| ) |
|
|
static |
◆ recompile_ui()
void unravel::editor_actions::recompile_ui |
( |
| ) |
|
|
static |
◆ reload_project()
auto unravel::editor_actions::reload_project |
( |
rtti::context & | ctx | ) |
-> bool |
|
static |
◆ run_project()
void unravel::editor_actions::run_project |
( |
const deploy_settings & | params | ) |
|
|
static |
◆ save_scene()
auto unravel::editor_actions::save_scene |
( |
rtti::context & | ctx | ) |
-> bool |
|
static |
◆ save_scene_as()
auto unravel::editor_actions::save_scene_as |
( |
rtti::context & | ctx | ) |
-> bool |
|
static |
The documentation for this struct was generated from the following files:
- C:/Workspace/github/UnravelEngine/UnravelEngine/editor/editor/editing/editor_actions.h
- C:/Workspace/github/UnravelEngine/UnravelEngine/editor/editor/editing/editor_actions.cpp