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

Method TextCount

Source/Engine/Debug/DebugDraw.cpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 }
275
276 inline int32 TextCount() const
277 {
278 return DefaultText2D.Count() + OneFrameText2D.Count() + DefaultText3D.Count() + OneFrameText3D.Count();
279 }
280
281 inline void Add(const DebugTriangle& t)
282 {

Callers 1

DrawMethod · 0.80

Calls 1

CountMethod · 0.45

Tested by

no test coverage detected