MCPcopy Create free account
hub / github.com/Illation/ETEngine / GetAtlas

Method GetAtlas

Engine/source/EtRendering/GraphicsTypes/SpriteFont.h:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 //-----------
79public:
80 TextureData const* GetAtlas() const { return m_pTexture; }
81 int16 GetFontSize() const { return m_FontSize; }
82 FontMetric const& GetMetric(wchar_t const& character) const;
83

Callers 2

OnTickMethod · 0.80
DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected