Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
spine::SkeletonData* SkeletonData::getSkel() const noexcept {
24
return _skeletonData.get();
25
}
26
27
Atlas* SkeletonData::getAtlas() const noexcept {
28
return _atlas;
Callers
9
init
Method · 0.80
setLook
Method · 0.80
getKeyPoint
Method · 0.80
play
Method · 0.80
load
Method · 0.80
__Spine_getLookNames
Function · 0.80
__Spine_getAnimationNames
Function · 0.80
Spine_GetLookNames
Function · 0.80
Spine_GetAnimationNames
Function · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected