Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_F
Function · 0.50
CalcVertexCount
Function · 0.50
RenderBoxNodes
Function · 0.50
RenderPieNodes
Function · 0.50
Calls
2
GetNodeFlipbookAnimUVInternal
Function · 0.85
GetNode
Function · 0.70
Tested by
1
TEST_F
Function · 0.40