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

Function SetNodeAdjustMode

engine/gui/src/gui.cpp:3907–3911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3905 }
3906
3907 void SetNodeAdjustMode(HScene scene, HNode node, AdjustMode adjust_mode)
3908 {
3909 InternalNode* n = GetNode(scene, node);
3910 n->m_Node.m_AdjustMode = (uint32_t) adjust_mode;
3911 }
3912
3913 void SetNodeSizeMode(HScene scene, HNode node, SizeMode size_mode)
3914 {

Callers 2

TEST_FFunction · 0.50
SetNodeFunction · 0.50

Calls 1

GetNodeFunction · 0.70

Tested by 1

TEST_FFunction · 0.40