Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
550
void 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
DrawSpline
Function · 0.85
OnDebugDrawSelected
Function · 0.85
Tested by
no test coverage detected