MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Count

Method Count

Source/Engine/Debug/DebugDraw.cpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 Array<DebugText3D> OneFrameText3D;
260
261 inline int32 Count() const
262 {
263 return LinesCount() + TrianglesCount() + TextCount() + GeometryBuffers.Count();
264 }
265
266 inline int32 LinesCount() const
267 {

Callers 15

PrettyPrintMethod · 0.45
InvokeMethod · 0.45
IterateMethod · 0.45
UpdateListFunction · 0.45
LinesCountMethod · 0.45
TrianglesCountMethod · 0.45
TextCountMethod · 0.45
CountMethod · 0.45
WriteListFunction · 0.45
DebugDraw.cppFile · 0.45
DrawText3DFunction · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected