Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Draw
Method · 0.80
Calls
1
Count
Method · 0.45
Tested by
no test coverage detected