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

Method OnDebugDrawSelected

Source/Engine/Level/Actors/Spline.cpp:550–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550void Spline::OnDebugDrawSelected()
551{
552 DrawSpline(this, Color::White, _transform, false, true);
553
554 // Base
555 Actor::OnDebugDrawSelected();
556}
557
558#endif
559

Callers

nothing calls this directly

Calls 2

DrawSplineFunction · 0.85
OnDebugDrawSelectedFunction · 0.85

Tested by

no test coverage detected