MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getTexture

Method getTexture

Source/Cache/DragonBoneCache.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35Texture2D* DBTextureAtlasData::getTexture() const noexcept {
36 return _texture;
37}
38
39db::TextureAtlasData* DragonBoneCache::_buildTextureAtlasData(db::TextureAtlasData* textureAtlasData, void* textureAtlas) const {
40 if (textureAtlasData == nullptr) {

Callers 2

getCharacterInfoMethod · 0.45
updateCharacterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected