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

Method getSkel

Source/Cache/SkeletonCache.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 , _skeletonData(skeletonData) { }
22
23spine::SkeletonData* SkeletonData::getSkel() const noexcept {
24 return _skeletonData.get();
25}
26
27Atlas* SkeletonData::getAtlas() const noexcept {
28 return _atlas;

Callers 9

initMethod · 0.80
setLookMethod · 0.80
getKeyPointMethod · 0.80
playMethod · 0.80
loadMethod · 0.80
__Spine_getLookNamesFunction · 0.80
Spine_GetLookNamesFunction · 0.80
Spine_GetAnimationNamesFunction · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected