MCPcopy Create free account
hub / github.com/defold/defold / OutputIndent

Function OutputIndent

engine/modelc/src/modelimporter_debug.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55static void OutputIndent(int indent)
56{
57 for (int i = 0; i < indent; ++i) {
58 printf(" ");
59 }
60}
61
62// static void OutputTransform(const dmTransform::Transform& transform)
63// {

Callers 15

OutputBoneFunction · 0.85
OutputSkinFunction · 0.85
OutputNodeTreeFunction · 0.85
OutputArrayFunction · 0.85
OutputValueFunction · 0.85
OutputSamplerFunction · 0.85
OutputTextureViewFunction · 0.85
OutputTextureFunction · 0.85
OutputClearcoatFunction · 0.85
OutputTransmissionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected