TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Save()

nlohmann::json AbsNode::Save ( )
virtual

Implements NodeEditorNode.

Definition at line 42 of file AbsNode.cpp.

43{
44 nlohmann::json data;
45 data["type"] = MeshNodeEditor::MeshNodeType::Abs;
46 data["value1"] = value1;
47 data["value2"] = value2;
48 return data;
49}
a class to store JSON values
Definition: json.hpp:17860