TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Save()

nlohmann::json FoliageManager::Save ( )

Definition at line 192 of file FoliagePlacement.cpp.

193{
194 nlohmann::json data;
195 Log("Foliage Manager does not support Save/Load yet!");
196 return data;
197}
a class to store JSON values
Definition: json.hpp:17860