MCPcopy 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
696Texture2D* SpriteBatchNode::getTexture() const
697{
698 return _textureAtlas->getTexture();
699}
700
701void SpriteBatchNode::setTexture(Texture2D* texture)
702{

Callers 4

setProgramStateMethod · 0.45
addChildMethod · 0.45
drawMethod · 0.45
updateBlendFuncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected