MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetSkeletonCount

Method GetSkeletonCount

trinity/Resources/TriGeometryRes.cpp:1767–1770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1765}
1766
1767unsigned int TriGeometryRes::GetSkeletonCount() const
1768{
1769 return (unsigned int)m_skeletons.size();
1770}
1771
1772TriGeometryResSkeletonData* TriGeometryRes::GetSkeletonData( unsigned int skelIx ) const
1773{

Callers 3

RebuildCachedDataMethod · 0.80
RebuildCachedDataMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected