Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ GetAnimation
Method
GetAnimation
src/Nazara/Utility/Mesh.cpp:371–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
}
370
371
String Mesh::GetAnimation() const
372
{
373
NazaraAssert(m_impl,
"Mesh should be created first"
);
374
375
return m_impl->animationPath;
376
}
377
378
AnimationType Mesh::GetAnimationType() const
379
{
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected