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

Method Add

Source/Engine/Debug/DebugDraw.cpp:281–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 }
280
281 inline void Add(const DebugTriangle& t)
282 {
283 if (t.TimeLeft > 0)
284 DefaultTriangles.Add(t);
285 else
286 OneFrameTriangles.Add(t);
287 }
288
289 inline void AddWire(const DebugTriangle& t)
290 {

Callers 15

SetupMethod · 0.45
SearchMethod · 0.45
GetAllCommandsMethod · 0.45
AddWireMethod · 0.45
DrawLineMethod · 0.45
DrawLinesMethod · 0.45
DrawBezierMethod · 0.45
DrawWireBoxMethod · 0.45
DrawWireFrustumMethod · 0.45
DrawWireSphereMethod · 0.45
DrawSphereMethod · 0.45
DrawCircleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected