Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ GetFrameCount
Method
GetFrameCount
src/Nazara/Utility/Animation.cpp:136–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
UInt32 Animation::GetFrameCount() const
137
{
138
NazaraAssert(m_impl,
"Animation not created"
);
139
140
return m_impl->frameCount;
141
}
142
143
UInt32 Animation::GetJointCount() const
144
{
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected