TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Save()

nlohmann::json BakeToSlotNode::Save ( )
overridevirtual

Implements SNENode.

Definition at line 26 of file BakeToSlotNode.cpp.

27{
28 nlohmann::json data;
29 data["type"] = "BakeToSlot";
30 data["slot"] = slot;
31 return data;
32}
a class to store JSON values
Definition: json.hpp:17860