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

Method LoadLayout

Source/Prefab.cpp:343–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343void Prefab::LoadLayout(const ofxJSONElement& moduleInfo)
344{
345 mModuleContainer.LoadModules(moduleInfo["modules"]);
346 SetUpFromSaveData();
347}
348
349void Prefab::SetUpFromSaveData()
350{

Callers

nothing calls this directly

Calls 1

LoadModulesMethod · 0.80

Tested by

no test coverage detected