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

Method OnDebugDrawSelected

Source/Engine/Particles/ParticleEffect.cpp:636–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634#include "Engine/Debug/DebugDraw.h"
635
636void ParticleEffect::OnDebugDrawSelected()
637{
638 DEBUG_DRAW_WIRE_BOX(_box, Color::Violet * 0.7f, 0, true);
639
640 Actor::OnDebugDrawSelected();
641}
642
643void ParticleEffect::OnDebugDraw()
644{

Callers

nothing calls this directly

Calls 1

OnDebugDrawSelectedFunction · 0.85

Tested by

no test coverage detected