| 3135 | } |
| 3136 | |
| 3137 | uint32_t GetNodeCustomType(HScene scene, HNode node) |
| 3138 | { |
| 3139 | InternalNode* n = GetNode(scene, node); |
| 3140 | return n->m_Node.m_CustomType; |
| 3141 | } |
| 3142 | |
| 3143 | void* GetNodeCustomData(HScene scene, HNode node) |
| 3144 | { |
no test coverage detected