TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Save()

nlohmann::json DuplicateNode::Save ( )
virtual

Implements NodeEditorNode.

Definition at line 20 of file DuplicateNode.cpp.

21{
22 nlohmann::json data;
23 data["type"] = MeshNodeEditor::MeshNodeType::Duplicate;
24 return data;
25}
a class to store JSON values
Definition: json.hpp:17860