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

Function GetNodeFlipbookAnimUV

engine/gui/src/gui.cpp:1354–1357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1352 }
1353
1354 const float* GetNodeFlipbookAnimUV(HScene scene, HNode node)
1355 {
1356 return GetNodeFlipbookAnimUVInternal(GetNode(scene, node));
1357 }
1358
1359 Vector4 CalculateReferenceScale(HScene scene, InternalNode* node)
1360 {

Callers 4

TEST_FFunction · 0.50
CalcVertexCountFunction · 0.50
RenderBoxNodesFunction · 0.50
RenderPieNodesFunction · 0.50

Calls 2

GetNodeFunction · 0.70

Tested by 1

TEST_FFunction · 0.40