Public Attributes | |
| std::string | name |
| std::string | type |
| std::unordered_map< std::string, nlohmann::json > | components |
| bool | hasData = false |
Definition at line 248 of file Editor.hpp.
| std::unordered_map<std::string, nlohmann::json> vex::Editor::CopiedObjectData::components |
Definition at line 251 of file Editor.hpp.
| bool vex::Editor::CopiedObjectData::hasData = false |
Definition at line 252 of file Editor.hpp.
| std::string vex::Editor::CopiedObjectData::name |
Definition at line 249 of file Editor.hpp.
| std::string vex::Editor::CopiedObjectData::type |
Definition at line 250 of file Editor.hpp.