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

Method setTextureAtlas

core/2d/AtlasNode.cpp:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void AtlasNode::setTextureAtlas(TextureAtlas* textureAtlas)
255{
256 AX_SAFE_RETAIN(textureAtlas);
257 AX_SAFE_RELEASE(_textureAtlas);
258 _textureAtlas = textureAtlas;
259}
260
261TextureAtlas* AtlasNode::getTextureAtlas() const
262{

Callers 2

updateLabelLettersMethod · 0.80
getLetterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected