Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ HasAnimation
Method
HasAnimation
src/Nazara/Graphics/SkeletalModel.cpp:195–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
*/
194
195
bool SkeletalModel::HasAnimation() const
196
{
197
return m_animation != nullptr;
198
}
199
200
/*!
201
* \brief Checks whether the skeleton is animated
Callers
1
SkeletalModel.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected