Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ LinesCount
Method
LinesCount
Source/Engine/Debug/DebugDraw.cpp:266–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
}
265
266
inline int32 LinesCount() const
267
{
268
return DefaultLines.Count() + OneFrameLines.Count();
269
}
270
271
inline int32 TrianglesCount() const
272
{
Callers
nothing calls this directly
Calls
1
Count
Method · 0.45
Tested by
no test coverage detected