MCPcopy Create free account
hub / github.com/assimp/assimp / EndObj

Method EndObj

code/AssetLib/Assjson/json_exporter.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 void EndObj() {
128 PopIndent();
129 AddIndentation();
130 first = false;
131 buff << "}" << newline;
132 }
133
134 void StartArray(bool is_element = false) {
135 // if this appears as a plain array element, we need to insert a delimiter and we should also indent it

Callers 2

WriteFunction · 0.80
WriteFormatInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected