MCPcopy 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
199void FontTextureAtlas::Clear()
200{
201 _freeSlots.Clear();
202 _atlas.Clear();
203}
204
205void FontTextureAtlas::Flush()
206{

Callers 9

BeginMethod · 0.45
EndMethod · 0.45
DrawTextMethod · 0.45
DrawBezierMethod · 0.45
DrawSplineMethod · 0.45
LoadSpritesMethod · 0.45
AddNewEntryMethod · 0.45
InvalidateMethod · 0.45
unloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected