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

Method getTexture

core/2d/Sprite.cpp:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442Texture2D* Sprite::getTexture() const
443{
444 return _texture;
445}
446
447void Sprite::setTextureRect(const Rect& rect)
448{

Callers 15

updateAtlasValueAtMethod · 0.45
updateLabelLettersMethod · 0.45
updateBatchNodeMethod · 0.45
drawMethod · 0.45
getLetterMethod · 0.45
drawMethod · 0.45
updateAtlasValuesMethod · 0.45
setDisplayFrameMethod · 0.45
setBatchNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected