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

Function GetDepth

engine/gameobject/src/gameobject/gameobject.cpp:3377–3380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3375 }
3376
3377 uint32_t GetDepth(HInstance instance)
3378 {
3379 return instance->m_Depth;
3380 }
3381
3382 uint32_t GetChildCount(HInstance instance)
3383 {

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68