MCPcopy Create free account
hub / github.com/axmolengine/axmol / getCapacity

Method getCapacity

core/renderer/TextureAtlas.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73size_t TextureAtlas::getCapacity() const
74{
75 return _capacity;
76}
77
78Texture2D* TextureAtlas::getTexture() const
79{

Callers 12

updateAtlasValueAtMethod · 0.45
updateAtlasValuesMethod · 0.45
drawMethod · 0.45
insertChildMethod · 0.45
increaseAtlasCapacityMethod · 0.45
reserveCapacityMethod · 0.45
appendChildMethod · 0.45
insertQuadFromSpriteMethod · 0.45
updateQuadFromSpriteMethod · 0.45
allocateIndicesMethod · 0.45
allocateIndicesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected