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

Method OnDebugDraw

Source/Engine/Level/Actors/BoxVolume.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void BoxVolume::OnDebugDraw()
38{
39 const Color color = GetWiresColor();
40 DEBUG_DRAW_WIRE_BOX(_bounds, color, 0, true);
41
42 // Base
43 Actor::OnDebugDraw();
44}
45
46namespace
47{

Callers

nothing calls this directly

Calls 1

OnDebugDrawFunction · 0.85

Tested by

no test coverage detected