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

Function GetNodeAnimationFrame

engine/gui/src/gui.cpp:1326–1329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1324 }
1325
1326 int32_t GetNodeAnimationFrame(HScene scene, HNode node)
1327 {
1328 return GetNodeAnimationFrameInternal(GetNode(scene, node));
1329 }
1330
1331 int32_t GetNodeAnimationFrameCount(HScene scene, HNode node)
1332 {

Callers 3

CalcVertexCountFunction · 0.50
RenderBoxNodesFunction · 0.50
RenderPieNodesFunction · 0.50

Calls 2

GetNodeFunction · 0.70

Tested by

no test coverage detected