Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Clear
Method
Clear
Source/Engine/Render2D/FontTextureAtlas.cpp:199–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
void FontTextureAtlas::Clear()
200
{
201
_freeSlots.Clear();
202
_atlas.Clear();
203
}
204
205
void FontTextureAtlas::Flush()
206
{
Callers
9
Begin
Method · 0.45
End
Method · 0.45
DrawText
Method · 0.45
DrawBezier
Method · 0.45
DrawSpline
Method · 0.45
LoadSprites
Method · 0.45
AddNewEntry
Method · 0.45
Invalidate
Method · 0.45
unload
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected