Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
442
Texture2D* Sprite::getTexture() const
443
{
444
return _texture;
445
}
446
447
void Sprite::setTextureRect(const Rect& rect)
448
{
Callers
15
updateAtlasValueAt
Method · 0.45
updateLabelLetters
Method · 0.45
updateBatchNode
Method · 0.45
createShadowSpriteForSystemFont
Method · 0.45
draw
Method · 0.45
getLetter
Method · 0.45
draw
Method · 0.45
updateAtlasValues
Method · 0.45
removeUnusedSpriteFrames
Method · 0.45
removeSpriteFramesFromTexture
Method · 0.45
setDisplayFrame
Method · 0.45
setBatchNode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected