TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Save()

nlohmann::json OutputNode::Save ( )
virtual

Implements NodeEditorNode.

Definition at line 18 of file OutputNode.cpp.

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