Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
643
void 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
DebugDraw
Class · 0.85
OnDebugDraw
Function · 0.85
Tested by
no test coverage detected