|
Unravel Engine C++ Reference
|
#include "mcp_tools_common.h"#include <editor/editing/actions/actions.h>#include <editor/hub/panels/inspector_panel/inspectors/inspectors.h>#include <engine/assets/asset_manager.h>#include <engine/defaults/defaults.h>#include <engine/ecs/components/tag_component.h>#include <engine/ecs/components/transform_component.h>#include <engine/rendering/ecs/components/model_component.h>#include <engine/rendering/material.h>#include <engine/rendering/model.h>#include <math/math.h>Go to the source code of this file.
Namespaces | |
| namespace | unravel |
| namespace | unravel::mcp |
Functions | |
| void | unravel::mcp::register_scene_batch_tools (mcp_tool_registry ®istry) |
| bool is_local {true} |
Definition at line 26 of file mcp_tools_scene_batch.cpp.
| uint32_t material_index {0} |
Definition at line 27 of file mcp_tools_scene_batch.cpp.
| std::string material_key |
Definition at line 24 of file mcp_tools_scene_batch.cpp.
| std::string name |
Definition at line 22 of file mcp_tools_scene_batch.cpp.
| std::string parent_id |
Definition at line 23 of file mcp_tools_scene_batch.cpp.
| transform_snapshot pose {} |
Definition at line 25 of file mcp_tools_scene_batch.cpp.
| std::string primitive |
Definition at line 21 of file mcp_tools_scene_batch.cpp.