MCPcopy Create free account
hub / github.com/defold/defold / IsAnimating

Function IsAnimating

engine/rig/src/rig.cpp:747–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745 }
746
747 bool IsAnimating(HRigInstance instance)
748 {
749 RigPlayer* player = GetPlayer(instance);
750 return player->m_Playing && player->m_Animation && instance->m_Enabled;
751 }
752
753 bool HasPoseMatrixCacheAnimatedPose(HRigInstance instance)
754 {

Callers 2

DoAnimateFunction · 0.85
TEST_FFunction · 0.85

Calls 1

GetPlayerFunction · 0.85

Tested by 1

TEST_FFunction · 0.68