Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getTexture
Method
getTexture
core/2d/SpriteBatchNode.cpp:696–699 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
694
}
695
696
Texture2D* SpriteBatchNode::getTexture() const
697
{
698
return _textureAtlas->getTexture();
699
}
700
701
void SpriteBatchNode::setTexture(Texture2D* texture)
702
{
Callers
4
setProgramState
Method · 0.45
addChild
Method · 0.45
draw
Method · 0.45
updateBlendFunc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected