MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / SaveLayout

Method SaveLayout

Source/Prefab.cpp:338–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338void Prefab::SaveLayout(ofxJSONElement& moduleInfo)
339{
340 moduleInfo["modules"] = mModuleContainer.WriteModules();
341}
342
343void Prefab::LoadLayout(const ofxJSONElement& moduleInfo)
344{

Callers

nothing calls this directly

Calls 1

WriteModulesMethod · 0.80

Tested by

no test coverage detected