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
}
nlohmann::basic_json
a class to store JSON values
Definition:
json.hpp:17860
OutputNode
Generated on Thu Apr 7 2022 14:10:54 for TerraForge3D by
1.9.3