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

Function Update

engine/rig/src/rig.cpp:887–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

885 }
886
887 Result Update(HRigContext context, float dt)
888 {
889 DM_PROFILE("RigUpdate");
890
891 Animate(context, dt);
892
893 return PostUpdate(context);
894 }
895
896 static dmRig::Result CreatePose(HRigContext context, HRigInstance instance)
897 {

Callers 4

mainFunction · 0.50
TEST_PFunction · 0.50
TEST_FFunction · 0.50
TESTFunction · 0.50

Calls 2

AnimateFunction · 0.70
PostUpdateFunction · 0.70

Tested by 3

TEST_PFunction · 0.40
TEST_FFunction · 0.40
TESTFunction · 0.40