Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ TrianglesCount
Method
TrianglesCount
Source/Engine/Debug/DebugDraw.cpp:271–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
inline int32 TrianglesCount() const
272
{
273
return DefaultTriangles.Count() + OneFrameTriangles.Count() + DefaultWireTriangles.Count() + OneFrameWireTriangles.Count();
274
}
275
276
inline int32 TextCount() const
277
{
Callers
nothing calls this directly
Calls
1
Count
Method · 0.45
Tested by
no test coverage detected