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

Function GetNodePosition

engine/gui/src/gui.cpp:3149–3153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3147 }
3148
3149 Point3 GetNodePosition(HScene scene, HNode node)
3150 {
3151 InternalNode* n = GetNode(scene, node);
3152 return Point3(n->m_Node.m_Properties[PROPERTY_POSITION].getXYZ());
3153 }
3154
3155 Point3 GetNodeSize(HScene scene, HNode node)
3156 {

Callers 2

TEST_FFunction · 0.50
MyAnimationCompleteFunction · 0.50

Calls 3

GetNodeFunction · 0.70
Point3Class · 0.50
getXYZMethod · 0.45

Tested by 2

TEST_FFunction · 0.40
MyAnimationCompleteFunction · 0.40