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

Method OnDebugDraw

Source/Engine/Particles/ParticleEffect.cpp:643–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643void ParticleEffect::OnDebugDraw()
644{
645 if (ShowDebugDraw)
646 {
647 Particles::DebugDraw(this);
648 }
649
650 Actor::OnDebugDraw();
651}
652
653#endif
654

Callers

nothing calls this directly

Calls 2

DebugDrawClass · 0.85
OnDebugDrawFunction · 0.85

Tested by

no test coverage detected