Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ AddWire
Method
AddWire
Source/Engine/Debug/DebugDraw.cpp:289–295 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
287
}
288
289
inline void AddWire(const DebugTriangle& t)
290
{
291
if (t.TimeLeft > 0)
292
DefaultWireTriangles.Add(t);
293
else
294
OneFrameWireTriangles.Add(t);
295
}
296
297
inline void Update(float deltaTime)
298
{
Callers
nothing calls this directly
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected