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

Method GetSkeletonData

trinity/Resources/TriGeometryRes.cpp:1772–1777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1770}
1771
1772TriGeometryResSkeletonData* TriGeometryRes::GetSkeletonData( unsigned int skelIx ) const
1773{
1774 CCP_ASSERT( skelIx < m_skeletons.size() );
1775
1776 return m_skeletons[skelIx].get();
1777}
1778
1779bool TriGeometryRes::IsMemoryUsageKnown()
1780{

Callers 5

BindToRigMethod · 0.80
RebuildCachedDataMethod · 0.80
GetSkeletonMethod · 0.80
RebuildCachedDataMethod · 0.80

Calls 2

sizeMethod · 0.80
getMethod · 0.80

Tested by

no test coverage detected